mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-25 19:17:45 +00:00
unlock flying for now
This commit is contained in:
parent
c46c5d09e3
commit
fcb9410a37
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue