[7102] Fixed .showarea/,hodearea commands.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
McBen 2009-01-18 04:31:33 +03:00 committed by VladimirMangos
parent c138b5462d
commit 1d80a7a788
3 changed files with 6 additions and 8 deletions

View file

@ -5322,7 +5322,7 @@ void Player::CheckExploreSystem()
if(offset >= 128)
{
sLog.outError("ERROR: Wrong area flag %u in map data for (X: %f Y: %f) point to field PLAYER_EXPLORED_ZONES_1 + %u ( %u must be < 64 ).",areaFlag,GetPositionX(),GetPositionY(),offset,offset);
sLog.outError("ERROR: Wrong area flag %u in map data for (X: %f Y: %f) point to field PLAYER_EXPLORED_ZONES_1 + %u ( %u must be < 128 ).",areaFlag,GetPositionX(),GetPositionY(),offset,offset);
return;
}