diff --git a/resources/opcodes.json b/resources/opcodes.json index 00400e0..6c8b13b 100644 --- a/resources/opcodes.json +++ b/resources/opcodes.json @@ -33,7 +33,7 @@ { "name": "InitResponse", "opcode": 279, - "size": 14 + "size": 16 }, { "name": "LogOutComplete", diff --git a/src/ipc/zone/mod.rs b/src/ipc/zone/mod.rs index 7116129..8732117 100644 --- a/src/ipc/zone/mod.rs +++ b/src/ipc/zone/mod.rs @@ -190,7 +190,7 @@ pub enum ServerZoneIpcData { InitResponse { unk1: u64, character_id: u32, - unk2: u16, + unk2: u32, }, /// Sent by the server that tells the client which zone to load #[br(pre_assert(*magic == ServerZoneIpcType::InitZone))]