Fix mounts in Arena's/BGs

--HG--
branch : trunk
This commit is contained in:
Machiavelli
2010-03-21 19:12:04 +01:00
parent 4a7b208eab
commit a4e98f50d0
2 changed files with 2 additions and 2 deletions

View File

@@ -149,7 +149,7 @@ void WorldSession::HandleMoveWorldportAckOpcode()
}
}
bool allowMount = !mEntry->IsDungeon();
bool allowMount = !mEntry->IsDungeon() || mEntry->IsBattleGroundOrArena();
if (mInstance)
{
Difficulty diff = GetPlayer()->GetDifficulty(mEntry->IsRaid());