diff options
Diffstat (limited to 'src/game/MapManager.cpp')
-rw-r--r-- | src/game/MapManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/MapManager.cpp b/src/game/MapManager.cpp index 956c85f8869..bb13caa3299 100644 --- a/src/game/MapManager.cpp +++ b/src/game/MapManager.cpp @@ -188,7 +188,7 @@ bool MapManager::CanPlayerEnter(uint32 mapid, Player* player) if (!mapDiff) { bool isNormalTargetMap = entry->map_type == MAP_RAID - ? (player->GetRaidDifficulty() == RAID_DIFFICULTY_10MAN_NORMAL) + ? (player->GetRaidDifficulty() == RAID_DIFFICULTY_10MAN_NORMAL) : (player->GetDungeonDifficulty() == DUNGEON_DIFFICULTY_NORMAL); //Send aborted message |