Core/Spells: Fixed Shapeshift using macro

Close #21197
Author: lineagedr

(cherry picked from commit 57672fdf25)
This commit is contained in:
Keader
2018-01-07 20:50:34 -03:00
committed by Shauren
parent 1206e815cd
commit 068b4f96e5

View File

@@ -1620,7 +1620,7 @@ void AuraEffect::HandlePhaseAlwaysVisible(AuraApplication const* aurApp, uint8 m
void AuraEffect::HandleAuraModShapeshift(AuraApplication const* aurApp, uint8 mode, bool apply) const
{
if (!(mode & AURA_EFFECT_HANDLE_REAL))
if (!(mode & AURA_EFFECT_HANDLE_REAL_OR_REAPPLY_MASK))
return;
SpellShapeshiftFormEntry const* shapeInfo = sSpellShapeshiftFormStore.LookupEntry(GetMiscValue());