rename item drop packets
This commit is contained in:
parent
0ceddb9eea
commit
abc77ad5ad
@ -185,13 +185,13 @@ pub struct PlayerFeedMag {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[pso_message(0x29)]
|
#[pso_message(0x29)]
|
||||||
pub struct PlayerDropItem {
|
pub struct PlayerSplitItemStack {
|
||||||
item_id: u32,
|
item_id: u32,
|
||||||
amount: u16,
|
amount: u16,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[pso_message(0x2A)]
|
#[pso_message(0x2A)]
|
||||||
pub struct PlayerDropItem2 {
|
pub struct PlayerDropItem {
|
||||||
unknown1: u16,
|
unknown1: u16,
|
||||||
area: u16,
|
area: u16,
|
||||||
item_id: u32,
|
item_id: u32,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user