mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 07:37:03 +00:00
[9268] Fix one areaflag for city subarea
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
13dee34689
commit
76748cb75a
2 changed files with 2 additions and 2 deletions
|
|
@ -1775,7 +1775,7 @@ uint16 Map::GetAreaFlag(float x, float y, float z) const
|
||||||
// Krasus' Landing (Dalaran), with open east side
|
// 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)
|
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;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "9267"
|
#define REVISION_NR "9268"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue