diff options
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r-- | src/game/Unit.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 0bce54fd451..f0d6f0b9b4b 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -6262,13 +6262,6 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger } return false; } - // Savage Roar (aura recast on return to cat form) - case 52610: - { - target = this; - triggered_spell_id = 62071; - break; - } // Leader of the Pack case 24932: { |