telepipe owner

This commit is contained in:
andy 2021-05-23 19:16:43 +00:00
parent 68080eff4b
commit 2c00b5999a

View File

@ -512,15 +512,15 @@ pub struct SpawningMonsters {
#[pso_message(0x68)] #[pso_message(0x68)]
pub struct PlayerTelepipe { pub struct PlayerTelepipe {
unknown1: u16, caster: u16, // room client #
area: u16, area: u16,
room: u16, room: u16,
unknown2: u16, unknown1: u16,
x: f32, x: f32,
y: f32, y: f32,
z: f32, z: f32,
rotation: u16, rotation: u16,
unknown3: [u8; 2], unknown2: [u8; 2],
} }
#[pso_message(0x69)] #[pso_message(0x69)]