diff --git a/src/game/Map.cpp b/src/game/Map.cpp index 2347b00a8..1a4d64282 100644 --- a/src/game/Map.cpp +++ b/src/game/Map.cpp @@ -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 diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index d2d686372..80eb8cf49 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "8864" + #define REVISION_NR "8865" #endif // __REVISION_NR_H__