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/CreatureEventAIMgr.cpp | |
parent | 851a514f90355d00661b2fd60853ed4623b4b26a (diff) | |
parent | a85544cb9c51e412169afe82a63cec602f71b1bd (diff) |
Merge
--HG--
branch : trunk
Diffstat (limited to 'src/game/CreatureEventAIMgr.cpp')
-rw-r--r-- | src/game/CreatureEventAIMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/CreatureEventAIMgr.cpp b/src/game/CreatureEventAIMgr.cpp index 2d4c92ad7bf..d25862afd29 100644 --- a/src/game/CreatureEventAIMgr.cpp +++ b/src/game/CreatureEventAIMgr.cpp @@ -138,7 +138,7 @@ void CreatureEventAIMgr::LoadCreatureEventAI_Summons() temp.orientation = fields[4].GetFloat(); temp.SpawnTimeSecs = fields[5].GetUInt32(); - if(!MaNGOS::IsValidMapCoord(temp.position_x,temp.position_y,temp.position_z,temp.orientation)) + if(!Trinity::IsValidMapCoord(temp.position_x,temp.position_y,temp.position_z,temp.orientation)) { sLog.outErrorDb("CreatureEventAI: Summon id %u have wrong coordinates (%f,%f,%f,%f), skipping.", i,temp.position_x,temp.position_y,temp.position_z,temp.orientation); continue; |