mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 06:47:45 +00:00
naming;
This commit is contained in:
parent
0838ca3eb0
commit
d99eeac6b8
1 changed files with 2 additions and 2 deletions
|
@ -472,7 +472,7 @@ namespace Sapphire::Network::Packets::WorldPackets::Server
|
|||
struct IntegrityStatus {
|
||||
|
||||
uint8_t Slot;
|
||||
uint8_t paddingmaybe;
|
||||
uint8_t __padding1;
|
||||
uint16_t Id;
|
||||
int16_t SystemParam;
|
||||
uint8_t __padding2;
|
||||
|
@ -501,7 +501,7 @@ namespace Sapphire::Network::Packets::WorldPackets::Server
|
|||
uint8_t StatusCount;
|
||||
uint8_t unknown_E0;
|
||||
IntegrityStatus Status[4];
|
||||
uint32_t unk_1;
|
||||
uint32_t __padding3;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue