From 227c155a8c7324f17c226fc744693ef7dc4ab085 Mon Sep 17 00:00:00 2001 From: Biscuit Date: Tue, 9 Apr 2019 19:05:17 +1000 Subject: [PATCH] Fix festivals in InitZone def --- src/common/Network/PacketDef/Zone/ServerZoneDef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/Network/PacketDef/Zone/ServerZoneDef.h b/src/common/Network/PacketDef/Zone/ServerZoneDef.h index 29b6b883..51c0b671 100644 --- a/src/common/Network/PacketDef/Zone/ServerZoneDef.h +++ b/src/common/Network/PacketDef/Zone/ServerZoneDef.h @@ -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 ) uint8_t unknown5; + uint32_t unknown8; uint16_t festivalId; uint16_t additionalFestivalId; - uint32_t unknown8; uint32_t unknown9; uint32_t unknown10; uint32_t unknown11;