diff options
Diffstat (limited to 'src/game/SpellMgr.cpp')
-rw-r--r-- | src/game/SpellMgr.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 67e6380d5ea..4ffb3ac21e9 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -361,7 +361,8 @@ SpellSpecific GetSpellSpecific(uint32 spellId) case 8115: // Agility case 8091: // Armor return SPELL_SCROLL; - case 12880: // Enrage + case 12880: // Enrage (Enrage) + case 57518: // Enrage (Wrecking Crew) case 12292: // Death Wish return SPELL_WARRIOR_ENRAGE; } |