From a8fdc4cae8db103581fca6b477de5b1c1546eb2a Mon Sep 17 00:00:00 2001 From: hondacrx Date: Wed, 4 Jan 2023 02:52:09 -0500 Subject: [PATCH] Core/Spells: Added SPELL_AURA_535 to aura enum Port From (https://github.com/TrinityCore/TrinityCore/commit/94147c5ba67646ec02938f5b17617008cac4d3fb) --- Source/Framework/Constants/Spells/SpellAuraConst.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Framework/Constants/Spells/SpellAuraConst.cs b/Source/Framework/Constants/Spells/SpellAuraConst.cs index 2b4f8b00c..118d241c8 100644 --- a/Source/Framework/Constants/Spells/SpellAuraConst.cs +++ b/Source/Framework/Constants/Spells/SpellAuraConst.cs @@ -556,6 +556,7 @@ namespace Framework.Constants Unk532 = 532, DisableNavigation = 533, // Disables Map Pins Unk534 = 534, + Unk535 = 535, Total }