Scripts/BH: removed an unneeded AI call at Argaloth

This commit is contained in:
Ovahlord
2018-07-18 14:30:06 +02:00
parent 97ebbd9f99
commit 8a0d4899d3

View File

@@ -172,7 +172,7 @@ class boss_pit_lord_argaloth : public CreatureScript
case EVENT_END_FEL_FLAME_PHASE:
me->SetReactState(REACT_AGGRESSIVE);
if (Unit* victim = me->GetVictim())
me->AI()->AttackStart(victim);
AttackStart(victim);
for (ObjectGuid guid : _felFlamesGUIDs)
{