aboutsummaryrefslogtreecommitdiff
path: root/src/game/Unit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r--src/game/Unit.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp
index ca478a42c9e..4c1022d4ae9 100644
--- a/src/game/Unit.cpp
+++ b/src/game/Unit.cpp
@@ -5814,6 +5814,13 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger
{
switch(dummySpell->Id)
{
+ // Savage Roar (aura recast on return to cat form)
+ case 52610:
+ {
+ target = this;
+ triggered_spell_id = 62071;
+ break;
+ }
// Leader of the Pack
case 24932:
{