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
@@ -37,6 +37,7 @@ namespace Game.Entities
public List<ItemSetEffect> ItemSetEff = new();
List<EnchantDuration> m_enchantDuration = new();
List<Item> m_itemDuration = new();
List<uint> m_itemPassives = new();
List<ObjectGuid> m_itemSoulboundTradeable = new();
List<ObjectGuid> m_refundableItems = new();
public List<Item> ItemUpdateQueue = new();