Combat/Threat rewrite - prep & refactor
Port From (https://github.com/TrinityCore/TrinityCore/commit/8be23fcbbdf26e8169defd761e61765f301bebe0)
This commit is contained in:
@@ -646,7 +646,7 @@ namespace Scripts.Northrend.IcecrownCitadel
|
||||
Talk(Texts.SaySvalnaAggro);
|
||||
break;
|
||||
case EventTypes.ImpalingSpear:
|
||||
Unit target = SelectTarget(SelectAggroTarget.Random, 1, 0.0f, true, -(int)InstanceSpells.ImpalingSpear);
|
||||
Unit target = SelectTarget(SelectAggroTarget.Random, 1, 0.0f, true, true, -(int)InstanceSpells.ImpalingSpear);
|
||||
if (target)
|
||||
{
|
||||
DoCast(me, InstanceSpells.AetherShield);
|
||||
|
||||
Reference in New Issue
Block a user