[8865] Fix area detection for zone 4395.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
LordJZ 2009-11-23 13:25:20 +03:00 committed by VladimirMangos
parent 75953d954c
commit 06e90a954a
2 changed files with 2 additions and 1 deletions

View file

@ -1747,6 +1747,7 @@ uint16 Map::GetAreaFlag(float x, float y, float z) const
if(z > 350.0f) areaflag = 1950; break;
// Dalaran
case 2492: // Forlorn Woods (Crystalsong Forest)
case 2371: // Valley of Echoes (Icecrown Glacier)
if (x > 5568.0f && x < 6116.0f && y > 282.0f && y < 982.0f && z > 563.0f)
{
// Krasus' Landing (Dalaran), fast check

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8864"
#define REVISION_NR "8865"
#endif // __REVISION_NR_H__