diff options
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r-- | src/game/Unit.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 127623dfb6c..f2f824481ad 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -5986,7 +5986,7 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger triggered_spell_id = 32221; } else - return true; + return false; break; } // Seal of the Martyr do damage trigger @@ -6003,7 +6003,7 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger triggered_spell_id = 53718; } else - return true; + return false; break; } // Paladin Tier 6 Trinket (Ashtongue Talisman of Zeal) |