Core/Misc: remove some obsolete parameters

This commit is contained in:
joschiwald
2014-04-28 20:05:36 +02:00
parent f388020366
commit 84bff76ba0
49 changed files with 311 additions and 381 deletions

View File

@@ -972,7 +972,7 @@ void SmartScript::ProcessAction(SmartScriptHolder& e, Unit* unit, uint32 var0, u
for (ObjectList::const_iterator itr = targets->begin(); itr != targets->end(); ++itr)
if (IsCreature(*itr))
(*itr)->ToCreature()->UpdateEntry(e.action.updateTemplate.creature, e.action.updateTemplate.team ? HORDE : ALLIANCE);
(*itr)->ToCreature()->UpdateEntry(e.action.updateTemplate.creature);
delete targets;
break;