diff options
author | megamage <none@none> | 2008-12-26 17:08:59 -0600 |
---|---|---|
committer | megamage <none@none> | 2008-12-26 17:08:59 -0600 |
commit | 8b209a441dba87ac0a80b6cf51a8643fca5c9738 (patch) | |
tree | 6dd136aaa5a91f02468c3842a6ac6600ce48ff24 /src/game/SpellAuras.cpp | |
parent | 7346ed5951822d5b8f61817ff1ad95d2c4e2cd73 (diff) |
*Update to Mangos 6949.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellAuras.cpp')
-rw-r--r-- | src/game/SpellAuras.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 541613ed2bb..97037976e97 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -2462,6 +2462,9 @@ void Aura::HandleAuraModShapeshift(bool apply, bool Real) else modelid = 21244; break; + case FORM_METAMORPHOSIS: + modelid = 25277; + break; case FORM_AMBIENT: case FORM_SHADOW: case FORM_STEALTH: @@ -5139,6 +5142,10 @@ void Aura::HandleShapeshiftBoosts(bool apply) spellId = 40122; spellId2 = 40121; break; + case FORM_METAMORPHOSIS: + spellId = 54817; + spellId2 = 54879; + break; case FORM_SPIRITOFREDEMPTION: spellId = 27792; spellId2 = 27795; // must be second, this important at aura remove to prevent to early iterator invalidation. |