Core/Spells: Added missed aura handler for SPELL_AURA_535

This commit is contained in:
ModoX
2022-12-17 11:22:17 +01:00
parent 94147c5ba6
commit bf4880973d

View File

@@ -601,6 +601,7 @@ NonDefaultConstructible<pAuraEffectHandler> AuraEffectHandler[TOTAL_AURAS]=
&AuraEffect::HandleNULL, //532
&AuraEffect::HandleNULL, //533 SPELL_AURA_DISABLE_NAVIGATION
&AuraEffect::HandleNULL, //534
&AuraEffect::HandleNULL, //535
};
AuraEffect::AuraEffect(Aura* base, SpellEffectInfo const& spellEfffectInfo, int32 const* baseAmount, Unit* caster) :