mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[8865] Fix area detection for zone 4395.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
75953d954c
commit
06e90a954a
2 changed files with 2 additions and 1 deletions
|
|
@ -1747,6 +1747,7 @@ uint16 Map::GetAreaFlag(float x, float y, float z) const
|
||||||
if(z > 350.0f) areaflag = 1950; break;
|
if(z > 350.0f) areaflag = 1950; break;
|
||||||
// Dalaran
|
// Dalaran
|
||||||
case 2492: // Forlorn Woods (Crystalsong Forest)
|
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)
|
if (x > 5568.0f && x < 6116.0f && y > 282.0f && y < 982.0f && z > 563.0f)
|
||||||
{
|
{
|
||||||
// Krasus' Landing (Dalaran), fast check
|
// Krasus' Landing (Dalaran), fast check
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "8864"
|
#define REVISION_NR "8865"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue