mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[SD3] first commit with SD3 inplace - not complete yet
This commit is contained in:
parent
35415eb738
commit
afc2df2f7d
603 changed files with 222771 additions and 1729 deletions
|
|
@ -533,7 +533,7 @@ NavTerrain PathFinder::getNavTerrain(float x, float y, float z)
|
|||
GridMapLiquidData data;
|
||||
m_sourceUnit->GetTerrain()->getLiquidStatus(x, y, z, MAP_ALL_LIQUIDS, &data);
|
||||
|
||||
switch (data.type_flags)
|
||||
switch (data.CreatureTypeFlags)
|
||||
{
|
||||
case MAP_LIQUID_TYPE_WATER:
|
||||
case MAP_LIQUID_TYPE_OCEAN:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue