Core/Spells: Fixed Shapeshift using macro
Port From (https://github.com/TrinityCore/TrinityCore/commit/068b4f96e5f4d57f31ad6c00611f01aad3fab4d3)
This commit is contained in:
@@ -1163,7 +1163,7 @@ namespace Game.Spells
|
||||
[AuraEffectHandler(AuraType.ModShapeshift)]
|
||||
void HandleAuraModShapeshift(AuraApplication aurApp, AuraEffectHandleModes mode, bool apply)
|
||||
{
|
||||
if (!mode.HasAnyFlag(AuraEffectHandleModes.Real))
|
||||
if (!mode.HasAnyFlag(AuraEffectHandleModes.RealOrReapplyMask))
|
||||
return;
|
||||
|
||||
SpellShapeshiftFormRecord shapeInfo = CliDB.SpellShapeshiftFormStorage.LookupByKey(GetMiscValue());
|
||||
|
||||
Reference in New Issue
Block a user