mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Spells: Fixed Shapeshift using macro
Close #21197
Author: lineagedr
(cherry picked from commit 57672fdf25)
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user