mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
*apply trinity style to whole source
*comment out all mangos to trinity defines *this will make merging a little harder, but code will be more clear --HG-- branch : trunk
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user