diff options
author | QAston <none@none> | 2009-06-12 20:29:49 +0200 |
---|---|---|
committer | QAston <none@none> | 2009-06-12 20:29:49 +0200 |
commit | ac8f322f21921b366b343c93534aa3b054277f0a (patch) | |
tree | 7d67f5cf41ff212a562aa460e306ea58595f2ebd /src/game/Unit.cpp | |
parent | d48ec1752fbb02f976b1ce63567aaaafdefd9593 (diff) |
*Fix Savage Roar
*Fix Glyph of Thorns.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r-- | src/game/Unit.cpp | 7 |
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: { |