From 73fd5119303bc1c680587deabc96beb5dc226e8c Mon Sep 17 00:00:00 2001 From: Hondacrx Date: Sat, 31 Aug 2024 17:27:24 -0400 Subject: [PATCH] Core/Spells: Rename more SpellAttr9 to official names Port From (https://github.com/TrinityCore/TrinityCore/commit/70cff79ca6c578d51144f2a0ff0df5675aa06941) --- Source/Framework/Constants/Spells/SpellConst.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Framework/Constants/Spells/SpellConst.cs b/Source/Framework/Constants/Spells/SpellConst.cs index 8164c4b82..f52510798 100644 --- a/Source/Framework/Constants/Spells/SpellConst.cs +++ b/Source/Framework/Constants/Spells/SpellConst.cs @@ -1991,7 +1991,7 @@ namespace Framework.Constants SpellcastOverrideInSpellbook = 0x400000, // Spellcast Override In Spellbook (client only) JumpchargeNoFacingControl = 0x800000, // JumpCharge - no facing control IgnoreCasterHealingModifiers = 0x1000000, // Ignore Caster Healing Modifiers - Unk25 = 0x2000000, // 25 + DontConsumeChargeIfItemDeleted = 0x2000000, // NYI - some sort of bugfix attribute to prevent double item deletion? // (Programmer Only) Don't consume charge if item deleted Unk26 = 0x4000000, // 26 Unk27 = 0x8000000, // 27 Unk28 = 0x10000000, // 28