mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
Fix mounts in Arena's/BGs
--HG-- branch : trunk
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user