diff options
Diffstat (limited to 'src/game/SpellAuras.cpp')
| -rw-r--r-- | src/game/SpellAuras.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 1481c5205d3..32b12cf76e2 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -2268,6 +2268,10 @@ void AuraEffect::TriggerSpell() trigger_spell_id = 64418 + auraId - 53302; + // If aura is active - no need to continue + if (target->HasAura(trigger_spell_id)) + return; + break; // //Frost Trap Aura // case 13810: |
