diff options
-rw-r--r-- | src/game/Map.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/Map.cpp b/src/game/Map.cpp index 3f266e51771..a9219d0f624 100644 --- a/src/game/Map.cpp +++ b/src/game/Map.cpp @@ -2017,8 +2017,6 @@ uint16 Map::GetAreaFlag(float x, float y, float z) const // Maw of Neltharion (cave) case 164: // Dragonblight case 1797: // Obsidian Dragonshrine (Dragonblight) - case 1827: // Wintergrasp - case 2591: // The Cauldron of Flames (Wintergrasp) if (x > 4364.0f && x < 4632.0f && y > 1545.0f && y < 1886.0f && z < 200.0f) areaflag = 1853; break; // Undercity (sewers enter and path) case 179: // Tirisfal Glades |