Skip to content

Commit

Permalink
Fix server error
Browse files Browse the repository at this point in the history
  • Loading branch information
Tnze committed Dec 29, 2024
1 parent 39a37bf commit c72101b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ struct RecipeInfo {
rlv: u32,
item_id: u32,
item_name: String,
item_amount: u32,
item_amount: i32,
job: String,

difficulty_factor: u16,
Expand Down

0 comments on commit c72101b

Please sign in to comment.