From bd0d40fa13849eea77bf29b8ea9e26ee79c3f54e Mon Sep 17 00:00:00 2001 From: Hondacrx Date: Sun, 1 Sep 2024 17:35:18 -0400 Subject: [PATCH] Core/Spells: Named SPELL_ATTR14_AURA_IS_PRIVATE Port From (https://github.com/TrinityCore/TrinityCore/commit/c2f9aa2dee68fdd2a7238c983a3c1ce3bb319065) --- 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 40bb7c15d..0b225be9e 100644 --- a/Source/Framework/Constants/Spells/SpellConst.cs +++ b/Source/Framework/Constants/Spells/SpellConst.cs @@ -2161,7 +2161,7 @@ namespace Framework.Constants Unk17 = 0x20000, // 17 Unk18 = 0x40000, // 18 Unk19 = 0x80000, // 19 - Unk20 = 0x100000, // 20 + AuraIsPrivate = 0x100000, // Clientside attribue that prevents the aura from being accessed by addons (but is still visible in UI) Unk21 = 0x200000, // 21 Unk22 = 0x400000, // 22 Unk23 = 0x800000, // 23