Core/Maps: fixed several issues with liquids by merging some 335 branch commits that are taking mopg flags into account

This commit is contained in:
Ovahlord
2018-08-07 12:35:02 +02:00
parent 2008854f56
commit 3f53afd39e
17 changed files with 435 additions and 272 deletions

View File

@@ -265,7 +265,7 @@ public:
if (haveVMap)
{
if (map->IsOutdoors(object->GetPhaseShift(), object->GetPositionX(), object->GetPositionY(), object->GetPositionZ()))
if (object->IsOutdoors())
handler->PSendSysMessage(LANG_GPS_POSITION_OUTDOORS);
else
handler->PSendSysMessage(LANG_GPS_POSITION_INDOORS);