From 9832ecb920034e4320640d34ff5667a7a05019eb Mon Sep 17 00:00:00 2001 From: NotAdam Date: Sat, 1 Sep 2018 21:34:48 +1000 Subject: [PATCH] cleanup old festival vars --- src/servers/sapphire_zone/Zone/Zone.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/servers/sapphire_zone/Zone/Zone.h b/src/servers/sapphire_zone/Zone/Zone.h index 447cd10a..43435a68 100644 --- a/src/servers/sapphire_zone/Zone/Zone.h +++ b/src/servers/sapphire_zone/Zone/Zone.h @@ -51,9 +51,7 @@ protected: uint64_t m_lastMobUpdate; FestivalPair m_currentFestival; - - uint16_t m_currentFestivalId; - uint16_t m_currentAdditionalFestivalId; + boost::shared_ptr< Data::TerritoryType > m_territoryTypeInfo; std::map< uint8_t, int32_t > m_weatherRateMap;