mirror of
https://github.com/redstrate/Kawari.git
synced 2025-07-23 21:17:45 +00:00
parent
2149244670
commit
cae01b3a35
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@
|
|||
{
|
||||
"name": "InitResponse",
|
||||
"opcode": 279,
|
||||
"size": 14
|
||||
"size": 16
|
||||
},
|
||||
{
|
||||
"name": "LogOutComplete",
|
||||
|
|
|
@ -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))]
|
||||
|
|
Loading…
Add table
Reference in a new issue