From 782fa95f1f2ad6d462f92783018b34c678ca2d99 Mon Sep 17 00:00:00 2001 From: n0n4m3 Date: Sun, 17 Jan 2010 08:32:48 +0300 Subject: Fixed crash in Wintergrasp when send incorrect GetArea flag and coordinats --HG-- branch : trunk --- src/game/Map.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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 -- cgit v1.2.3