Core/Spell: Retaliation no longer does anything while the warrior is stunned.

Closes #11481
This commit is contained in:
Zabustak
2014-01-20 20:10:13 +01:00
committed by Discover-
parent f79a8813a0
commit cde9717bd1

View File

@@ -5673,7 +5673,7 @@ bool Unit::HandleDummyAuraProc(Unit* victim, uint32 damage, AuraEffect* triggere
if (dummySpell->SpellFamilyFlags[1] & 0x8)
{
// check attack comes not from behind
if (!HasInArc(M_PI, victim))
if (!HasInArc(M_PI, victim) || HasUnitState(UNIT_STATE_STUNNED))
return false;
triggered_spell_id = 22858;