From 2aa7f646223eaa3c5130c8d7bf9bf7e721759e67 Mon Sep 17 00:00:00 2001 From: Brian Date: Mon, 14 Dec 2009 20:12:24 -0700 Subject: * Implement support for shapeshit form 26 used by spell 24347 * Patch by azuritus -- Thanks * Closes #542 --HG-- branch : trunk --- src/game/SpellAuras.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/game/SpellAuras.cpp') 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; -- cgit v1.2.3