* Implement support for shapeshit form 26 used by spell 24347

* Patch by azuritus -- Thanks
* Closes #542

--HG--
branch : trunk
This commit is contained in:
Brian
2009-12-14 20:12:24 -07:00
parent f643c9c21d
commit 2aa7f64622
2 changed files with 4 additions and 0 deletions

View File

@@ -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;

View File

@@ -206,6 +206,7 @@ enum ShapeshiftForm
FORM_ZOMBIE = 0x15,
FORM_METAMORPHOSIS = 0x16,
FORM_UNDEAD = 0x19,
FORM_MASTER_ANGLER = 0x1A,
FORM_FLIGHT_EPIC = 0x1B,
FORM_SHADOW = 0x1C,
FORM_FLIGHT = 0x1D,