mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
Scripts/BWD: the Poison Bombs in Omnotron Defense System encounter will now also fully fixate on their target
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user