Browse Source

yeah this has to be a u32 for meseta

pull/3/head
jake 4 years ago
parent
commit
bd88c7853a
  1. 2
      src/packet/messages.rs

2
src/packet/messages.rs

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

Loading…
Cancel
Save