mirror of
https://github.com/redstrate/Kawari.git
synced 2025-06-30 03:37:45 +00:00
Add padding to the GMCommand IPC packet
This fixes the warning that the sizes don't match, because I think there's padding at the end.
This commit is contained in:
parent
6951f9448d
commit
776bac9463
1 changed files with 1 additions and 0 deletions
|
@ -392,6 +392,7 @@ pub enum ClientZoneIpcData {
|
|||
arg1: u32,
|
||||
arg2: u32,
|
||||
arg3: u32,
|
||||
#[brw(pad_after = 4)]
|
||||
target: u64,
|
||||
},
|
||||
/// Sent by the client when the character walks into a zone transistion
|
||||
|
|
Loading…
Add table
Reference in a new issue