diff --git a/src/world/Actor/Player.cpp b/src/world/Actor/Player.cpp index 49b2b192..32afbe0f 100644 --- a/src/world/Actor/Player.cpp +++ b/src/world/Actor/Player.cpp @@ -1740,6 +1740,7 @@ void Sapphire::Entity::Player::sendZonePackets() initZonePacket->data().zoneId = getCurrentTerritory()->getTerritoryTypeId(); initZonePacket->data().weatherId = static_cast< uint8_t >( getCurrentTerritory()->getCurrentWeather() ); initZonePacket->data().bitmask = 0x1; + initZonePacket->data().bitmask1 = 16; initZonePacket->data().festivalId = getCurrentTerritory()->getCurrentFestival().first; initZonePacket->data().additionalFestivalId = getCurrentTerritory()->getCurrentFestival().second; initZonePacket->data().pos.x = getPos().x;