Scripts/Hyjal Summit: Cast Protection of Elune with triggered flag, should prevent failed casts

This commit is contained in:
Shauren
2011-01-31 11:34:16 +01:00
parent e8477a1cd5
commit 058ef9b835
@@ -548,7 +548,7 @@ public:
me->GetMotionMaster()->MoveIdle();
//all members of raid must get this buff
DoCast(me->getVictim(), SPELL_PROTECTION_OF_ELUNE);
DoCastVictim(SPELL_PROTECTION_OF_ELUNE, true);
HasProtected = true;
Enraged = true;
}