diff options
Diffstat (limited to 'src/game/Spell.cpp')
-rw-r--r-- | src/game/Spell.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index 8f74606cda1..424bfd097fe 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -738,7 +738,7 @@ void Spell::prepareDataForTriggerSystem(AuraEffect * triggeredByAura) to prevent chain proc of these spells */ - if (triggeredByAura && !triggeredByAura->GetParentAura()->CanProc()) + if (triggeredByAura && !triggeredByAura->GetParentAura()->GetTarget()->CanProc()) { m_canTrigger=false; } |