Skip to content

Commit

Permalink
Merge pull request #112 from sorokya/fix-locker-take
Browse files Browse the repository at this point in the history
Send amount taken when taking item from locker
  • Loading branch information
sorokya authored May 30, 2024
2 parents b91bd5c + aee10aa commit e22e21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/map/map/locker/take_locker_item.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ impl Map {
&LockerGetServerPacket {
taken_item: ThreeItem {
id: item_id,
amount: character.get_item_amount(item_id),
amount,
},
weight: character.get_weight(),
locker_items: character
Expand Down

0 comments on commit e22e21d

Please sign in to comment.