From fe450f82abff820c61047cb7cf4b768a5da45c53 Mon Sep 17 00:00:00 2001 From: Hondacrx Date: Sat, 31 Aug 2024 17:09:57 -0400 Subject: [PATCH] Core/Spells: Rename more SpellAttr9 to official names Port From (https://github.com/TrinityCore/TrinityCore/commit/8ce710fa6f93d657c61da89ef95eab947d04f6e4) --- Source/Framework/Constants/Spells/SpellConst.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Framework/Constants/Spells/SpellConst.cs b/Source/Framework/Constants/Spells/SpellConst.cs index 51e3ebe4a..0644a2b1b 100644 --- a/Source/Framework/Constants/Spells/SpellConst.cs +++ b/Source/Framework/Constants/Spells/SpellConst.cs @@ -1987,8 +1987,8 @@ namespace Framework.Constants IgnoreSchoolLockout = 0x40000, // Ignore School Lockout AllowDarkSimulacrum = 0x80000, // Allow Dark Simulacrum AllowCastWhileChanneling = 0x100000, // Allow Cast While Channeling - Unk21 = 0x200000, // 21 - Unk22 = 0x400000, // 22 + SuppressVisualKitErrors = 0x200000, // Suppress Visual Kit Errors (client only) + SpellcastOverrideInSpellbook = 0x400000, // Spellcast Override In Spellbook (client only) Unk23 = 0x800000, // 23 Unk24 = 0x1000000, // 24 Unk25 = 0x2000000, // 25