aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
author3kids <3kids@trinitycore.contributor>2011-10-08 15:50:50 +0700
committertobmaps <spambot42@yandex.ru>2011-10-08 15:50:50 +0700
commit35126d3c5ee6561856281bd64be3106b35d4df56 (patch)
treee90f8da08d9ef986b0247b5668629207ac26fec2 /src
parent679802ecf40ed3f970aff74f26d8bec5b288d81a (diff)
Core/Spells: Restore work of Unrelenting Assault after 341d22ff9184c1988c87a2badc28f15126da414e
Diffstat (limited to 'src')
-rwxr-xr-xsrc/server/game/Spells/Auras/SpellAuraEffects.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Spells/Auras/SpellAuraEffects.cpp b/src/server/game/Spells/Auras/SpellAuraEffects.cpp
index 55dc29e5ef4..4876f435f55 100755
--- a/src/server/game/Spells/Auras/SpellAuraEffects.cpp
+++ b/src/server/game/Spells/Auras/SpellAuraEffects.cpp
@@ -4655,7 +4655,7 @@ void AuraEffect::HandleAuraDummy(AuraApplication const* aurApp, uint8 mode, bool
if (target->GetTypeId() != TYPEID_PLAYER)
return;
// ..while they are casting
- if (target->IsNonMeleeSpellCasted(false, false, true, false, false))
+ if (target->IsNonMeleeSpellCasted(false, false, true, false, true))
if (AuraEffect* aurEff = caster->GetAuraEffect(SPELL_AURA_ADD_FLAT_MODIFIER, SPELLFAMILY_WARRIOR, 2775, 0))
switch (aurEff->GetId())
{