Core/Scripts: Code style cleanup in AI base classes, removed duplicate DoAction method

This commit is contained in:
Shauren
2011-03-19 19:41:42 +01:00
parent 0927243278
commit 3b343ac497
7 changed files with 38 additions and 39 deletions
@@ -127,7 +127,7 @@ void ScriptedAI::AttackStartNoMove(Unit* pWho)
DoStartNoMovement(pWho);
}
void ScriptedAI::UpdateAI(const uint32 /*uiDiff*/)
void ScriptedAI::UpdateAI(uint32 const /*diff*/)
{
//Check if we have a current target
if (!UpdateVictim())