rename fields in dropcoordinates

This commit is contained in:
jake 2020-05-13 23:22:30 -06:00
parent be140db13a
commit fb39d78333

View File

@ -768,10 +768,10 @@ pub struct CreateItem {
#[pso_message(0xC3)]
pub struct DropCoordinates {
drop_area: u32,
map_area: u32,
x: f32,
z: f32,
drop_id: u32,
item_id: u32,
}
#[pso_message(0xC4)]