1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 14:57:44 +00:00
This commit is contained in:
Alice Ogeda 2023-02-13 16:29:45 -03:00
parent 0838ca3eb0
commit d99eeac6b8

View file

@ -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;
};
/**