diff options
author | n0n4m3 <none@none> | 2009-12-20 17:39:36 +0100 |
---|---|---|
committer | n0n4m3 <none@none> | 2009-12-20 17:39:36 +0100 |
commit | cc19e731742420615bc7c68144b100b07298fad0 (patch) | |
tree | f382525179450cb425c4ad9cf3d6444a4cee1f93 /src/game/ObjectMgr.cpp | |
parent | 851a514f90355d00661b2fd60853ed4623b4b26a (diff) | |
parent | a85544cb9c51e412169afe82a63cec602f71b1bd (diff) |
Merge
--HG--
branch : trunk
Diffstat (limited to 'src/game/ObjectMgr.cpp')
-rw-r--r-- | src/game/ObjectMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/ObjectMgr.cpp b/src/game/ObjectMgr.cpp index 194b68b65c4..1e6c6a27ee2 100644 --- a/src/game/ObjectMgr.cpp +++ b/src/game/ObjectMgr.cpp @@ -6725,7 +6725,7 @@ void ObjectMgr::LoadPointsOfInterest() POI.data = fields[5].GetUInt32(); POI.icon_name = fields[6].GetCppString(); - if (!MaNGOS::IsValidMapCoord(POI.x,POI.y)) + if (!Trinity::IsValidMapCoord(POI.x,POI.y)) { sLog.outErrorDb("Table `points_of_interest` (Entry: %u) have invalid coordinates (X: %f Y: %f), ignored.",point_id,POI.x,POI.y); continue; |