Added Immunity Stun to spell effect bladestorm.

close #729
This commit is contained in:
talamortis
2017-12-09 10:20:41 +00:00
parent 2aa764506d
commit a32e81545f

View File

@@ -3578,6 +3578,9 @@ void AuraEffect::HandleModMechanicImmunity(AuraApplication const* aurApp, uint8
switch (GetId()) switch (GetId())
{ {
case 46924: // BladeStorm
target->ApplySpellImmune(GetId(), IMMUNITY_MECHANIC, MECHANIC_STUN, apply);
break;
case 34471: // The Beast Within case 34471: // The Beast Within
case 19574: // Bestial Wrath case 19574: // Bestial Wrath
mechanic = IMMUNE_TO_MOVEMENT_IMPAIRMENT_AND_LOSS_CONTROL_MASK; mechanic = IMMUNE_TO_MOVEMENT_IMPAIRMENT_AND_LOSS_CONTROL_MASK;