fix playerdropitem

This commit is contained in:
jake 2020-05-13 22:45:38 -06:00
parent 058085b7d8
commit 0ceddb9eea

View File

@ -186,8 +186,8 @@ pub struct PlayerFeedMag {
#[pso_message(0x29)]
pub struct PlayerDropItem {
item_id: u16,
amount: u32,
item_id: u32,
amount: u16,
}
#[pso_message(0x2A)]