diff options
author | ModoX <moardox@gmail.com> | 2022-12-17 11:22:17 +0100 |
---|---|---|
committer | ModoX <moardox@gmail.com> | 2022-12-17 11:22:17 +0100 |
commit | bf4880973d26519752563d70481fa2e0aec42fc8 (patch) | |
tree | fc1df745a24450e1ebd9eaf8245f3c286e9e8788 | |
parent | 94147c5ba67646ec02938f5b17617008cac4d3fb (diff) |
Core/Spells: Added missed aura handler for SPELL_AURA_535
-rw-r--r-- | src/server/game/Spells/Auras/SpellAuraEffects.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/game/Spells/Auras/SpellAuraEffects.cpp b/src/server/game/Spells/Auras/SpellAuraEffects.cpp index 3ba85fdc262..48c3e5f23da 100644 --- a/src/server/game/Spells/Auras/SpellAuraEffects.cpp +++ b/src/server/game/Spells/Auras/SpellAuraEffects.cpp @@ -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) : |