mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-27 04:12:40 +01:00
Fixed crash in Wintergrasp when send incorrect GetArea flag and coordinats
--HG-- branch : trunk
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user