mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-29 07:37:45 +00:00
minor update
This commit is contained in:
parent
1f946c9f2e
commit
0e01894264
2 changed files with 7 additions and 3 deletions
|
@ -211,7 +211,7 @@ enum ServerZoneIpcType :
|
||||||
EventStart = 0x0146, // updated 6.58 hotfix 2
|
EventStart = 0x0146, // updated 6.58 hotfix 2
|
||||||
EventFinish = 0x0339, // updated 6.58 hotfix 2
|
EventFinish = 0x0339, // updated 6.58 hotfix 2
|
||||||
|
|
||||||
EventReturn = 0x11d, // updated 6.45
|
EventReturn = 0xd9, // updated 6.48
|
||||||
|
|
||||||
EventLinkshell = 0x1169,
|
EventLinkshell = 0x1169,
|
||||||
|
|
||||||
|
@ -391,7 +391,7 @@ enum ClientZoneIpcType :
|
||||||
ReqCountdownInitiate = 0x03E3, // updated 6.58 hotfix 2
|
ReqCountdownInitiate = 0x03E3, // updated 6.58 hotfix 2
|
||||||
ReqCountdownCancel = 0x023a, // updated 6.31h
|
ReqCountdownCancel = 0x023a, // updated 6.31h
|
||||||
|
|
||||||
ZoneLineHandler = 0x34e, // updated 6.48
|
ZoneLineHandler = 0x326, // updated 6.58 hotfix 2
|
||||||
ClientTrigger = 0x035C, // updated 6.58 hotfix 2
|
ClientTrigger = 0x035C, // updated 6.58 hotfix 2
|
||||||
DiscoveryHandler = 0x038B, // updated 5.58h
|
DiscoveryHandler = 0x038B, // updated 5.58h
|
||||||
|
|
||||||
|
|
|
@ -1020,7 +1020,11 @@ namespace Sapphire::Network::Packets::Server
|
||||||
uint8_t sightseeingHeavenswardUnlock;
|
uint8_t sightseeingHeavenswardUnlock;
|
||||||
uint8_t unknown9E[26];
|
uint8_t unknown9E[26];
|
||||||
uint32_t exp[Common::CLASSJOB_SLOTS];
|
uint32_t exp[Common::CLASSJOB_SLOTS];
|
||||||
uint32_t unknown138[7];
|
uint32_t pvpTotalExp;
|
||||||
|
uint32_t unknownPvp124;
|
||||||
|
uint32_t pvpExp;
|
||||||
|
uint32_t pvpFrontlineOverallRanks[3];
|
||||||
|
uint32_t unknown138;
|
||||||
uint16_t levels[Common::CLASSJOB_SLOTS];
|
uint16_t levels[Common::CLASSJOB_SLOTS];
|
||||||
/*
|
/*
|
||||||
uint16_t unknown178[8];
|
uint16_t unknown178[8];
|
||||||
|
|
Loading…
Add table
Reference in a new issue