mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
barber shop race/gender checks, fly check for map 571
This commit is contained in:
parent
56c8d2549c
commit
c0c0c9c776
8 changed files with 158 additions and 138 deletions
|
|
@ -18376,7 +18376,8 @@ void Player::UpdateZoneDependentAuras( uint32 newZone )
|
|||
{
|
||||
// remove new continent flight forms
|
||||
if( !isGameMaster() &&
|
||||
GetVirtualMapForMapAndZone(GetMapId(),newZone) != 530)
|
||||
GetVirtualMapForMapAndZone(GetMapId(),newZone) != 530 &&
|
||||
GetVirtualMapForMapAndZone(GetMapId(),newZone) != 571)
|
||||
{
|
||||
RemoveSpellsCausingAura(SPELL_AURA_MOD_INCREASE_FLIGHT_SPEED);
|
||||
RemoveSpellsCausingAura(SPELL_AURA_FLY);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue