mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
* Implement support for shapeshit form 26 used by spell 24347
* Patch by azuritus -- Thanks * Closes #542 --HG-- branch : trunk
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user