mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 22:57:45 +00:00
Fix EorzeaTimeOffset
This commit is contained in:
parent
d22cf7e762
commit
eef05e4a10
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ enum ServerZoneIpcType :
|
|||
PlayerTitleList = 0x01FD, // updated 4.4
|
||||
Discovery = 0x01FE, // updated 4.4
|
||||
|
||||
EorzeaTimeOffset = 0x01FF, // updated 4.4
|
||||
EorzeaTimeOffset = 0x0200, // updated 4.4
|
||||
|
||||
EquipDisplayFlags = 0x020C, // updated 4.4
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue