diff --git a/src/game/Map.cpp b/src/game/Map.cpp index 351bcd663..55d64133e 100644 --- a/src/game/Map.cpp +++ b/src/game/Map.cpp @@ -1775,7 +1775,7 @@ uint16 Map::GetAreaFlag(float x, float y, float z) const // Krasus' Landing (Dalaran), with open east side if (y < 449.33f || (x-5813.9f)*(x-5813.9f)+(y-449.33f)*(y-449.33f) < 1864.0f) { - areaflag = 2533; // Note: also 2633, possible one flight allowed and other not allowed case + areaflag = 2531; // Note: also 2633, possible one flight allowed and other not allowed case break; } } diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index c8d45a4e8..b2f0ec269 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 "9267" + #define REVISION_NR "9268" #endif // __REVISION_NR_H__