Cmake build system for trinity

--HG--
branch : trunk
This commit is contained in:
raczman
2009-01-17 09:23:33 -05:00
parent 87d9f3261e
commit 09ddc711f4
29 changed files with 1684 additions and 1 deletions

View File

@@ -276,7 +276,7 @@ InstanceData* CreateInstanceData(Map *map)
return tmpscript->GetInstanceData(map);
}
*/
void ScriptedAI::UpdateAI(const uint32)
{
//Check if we have a current target
@@ -319,3 +319,4 @@ void ScriptedAI::DoGoHome()
if( !m_creature->getVictim() && m_creature->isAlive() )
m_creature->GetMotionMaster()->MoveTargetedHome();
}
*/