yeah this has to be a u32 for meseta

This commit is contained in:
jake 2020-05-28 19:41:20 -06:00
parent 59930d2bb7
commit bd88c7853a

View File

@ -187,7 +187,7 @@ pub struct PlayerFeedMag {
#[pso_message(0x29)]
pub struct PlayerSplitItemStack {
item_id: u32,
amount: u16,
amount: u32,
}
#[pso_message(0x2A)]