mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 22:37:45 +00:00
Fix festivals in InitZone def
This commit is contained in:
parent
5625cc2a5e
commit
227c155a8c
1 changed files with 1 additions and 1 deletions
|
@ -752,9 +752,9 @@ namespace Sapphire::Network::Packets::Server
|
||||||
//Current instance can be confirmed at any time using the /instance text command." ( 7B F8 69 )
|
//Current instance can be confirmed at any time using the /instance text command." ( 7B F8 69 )
|
||||||
|
|
||||||
uint8_t unknown5;
|
uint8_t unknown5;
|
||||||
|
uint32_t unknown8;
|
||||||
uint16_t festivalId;
|
uint16_t festivalId;
|
||||||
uint16_t additionalFestivalId;
|
uint16_t additionalFestivalId;
|
||||||
uint32_t unknown8;
|
|
||||||
uint32_t unknown9;
|
uint32_t unknown9;
|
||||||
uint32_t unknown10;
|
uint32_t unknown10;
|
||||||
uint32_t unknown11;
|
uint32_t unknown11;
|
||||||
|
|
Loading…
Add table
Reference in a new issue