Skip to content

Commit

Permalink
naming;
Browse files Browse the repository at this point in the history
  • Loading branch information
hkAlice committed Feb 13, 2023
1 parent 0838ca3 commit d99eeac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/Network/PacketDef/Zone/ServerZoneDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
};

/**
Expand Down

0 comments on commit d99eeac

Please sign in to comment.