mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +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
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue