Scripts/BWD: the Poison Bombs in Omnotron Defense System encounter will now also fully fixate on their target

This commit is contained in:
Ovahlord
2020-08-09 21:15:59 +02:00
parent 0bf3444a80
commit f1bbb7fa64

View File

@@ -1179,6 +1179,7 @@ struct npc_omnotron_poison_bomb : public ScriptedAI
DoCast(target, SPELL_FIXATE_DUMMY, true);
me->ClearUnitState(UNIT_STATE_CASTING);
AddThreat(target, 500000.0f);
me->GetThreatManager().FixateTarget(target);
}
}