mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-29 07:37:45 +00:00
Add unknown param to EventLogMessageHeader
This commit is contained in:
parent
cbb1b54b4a
commit
f4d8f3c2b1
1 changed files with 1 additions and 0 deletions
|
@ -1452,6 +1452,7 @@ namespace Sapphire::Network::Packets::WorldPackets::Server
|
||||||
uint8_t __padding2;
|
uint8_t __padding2;
|
||||||
uint8_t __padding3;
|
uint8_t __padding3;
|
||||||
uint32_t args[ArgCount];
|
uint32_t args[ArgCount];
|
||||||
|
uint32_t unknown_1;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct FFXIVIpcEventLogMessageHeader :
|
struct FFXIVIpcEventLogMessageHeader :
|
||||||
|
|
Loading…
Add table
Reference in a new issue