aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellAuras.cpp
diff options
context:
space:
mode:
authorBrian <runningnak3d@gmail.com>2009-12-14 20:12:24 -0700
committerBrian <runningnak3d@gmail.com>2009-12-14 20:12:24 -0700
commit2aa7f646223eaa3c5130c8d7bf9bf7e721759e67 (patch)
treec473a48b8f2ffbc828069e937edb1c1f903be195 /src/game/SpellAuras.cpp
parentf643c9c21de070fada8e9becfc70959cee0a6012 (diff)
* Implement support for shapeshit form 26 used by spell 24347
* Patch by azuritus -- Thanks * Closes #542 --HG-- branch : trunk
Diffstat (limited to 'src/game/SpellAuras.cpp')
-rw-r--r--src/game/SpellAuras.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp
index 80f0e82821e..f4df205e7e2 100644
--- a/src/game/SpellAuras.cpp
+++ b/src/game/SpellAuras.cpp
@@ -3474,6 +3474,9 @@ void AuraEffect::HandleAuraModShapeshift(bool apply, bool Real, bool changeAmoun
else
modelid = 21244;
break;
+ case FORM_MASTER_ANGLER:
+ modelid = 15234;
+ break;
case FORM_METAMORPHOSIS:
modelid = 25277;
break;