Core/Spells: Implemented SPELL_ATTR9_ITEM_PASSIVE_ON_CLIENT

Port From (https://github.com/TrinityCore/TrinityCore/commit/321161230fe557f930bb155729d9150c42c5758c)
This commit is contained in:
Hondacrx
2024-08-31 17:35:41 -04:00
parent 73fd511930
commit 03bcadf2c6
5 changed files with 75 additions and 1 deletions
@@ -1992,7 +1992,7 @@ namespace Framework.Constants
JumpchargeNoFacingControl = 0x800000, // JumpCharge - no facing control
IgnoreCasterHealingModifiers = 0x1000000, // Ignore Caster Healing Modifiers
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
ItemPassiveOnClient = 0x4000000, // Item Passive On Client
Unk27 = 0x8000000, // 27
Unk28 = 0x10000000, // 28
Unk29 = 0x20000000, // 29