Core/Items: Implemented new item bonus types: ITEM_BONUS_OVERRIDE_CAN_SALVAGE, ITEM_BONUS_OVERRIDE_CAN_RECRAFT, ITEM_BONUS_OVERRIDE_CANNOT_TRADE_BOP and ITEM_BONUS_ITEM_LEVEL_BASE

Port From (https://github.com/TrinityCore/TrinityCore/commit/d82b3641db0c8243330ac33bfa15bdf337e0e8ec)
This commit is contained in:
Hondacrx
2025-12-08 16:17:17 -05:00
parent f01f61c464
commit ed33a88776
3 changed files with 70 additions and 34 deletions
+8
View File
@@ -460,14 +460,22 @@ namespace Framework.Constants
ItemEffectId = 23,
ModifiedCraftingStat = 25,
RequiredLevelCurve = 27,
IconFileDataID = 28,
DescriptionText = 30, // Item Description
OverrideName = 31, // Itemnamedescription Id
UpgradeSequenceValue = 33,
ItemBonusListGroup = 34,
ItemLimitCategory = 35,
PvpItemLevelIncrement = 36,
ItemConversion = 37,
ItemHistorySlot = 38,
OverrideCanSalvage = 39,
OverrideCanRecraft = 41,
ItemLevelBase = 42,
PvpItemLevelBase = 43,
CosmeticStat = 44,
OverrideDescriptionColor = 45, // Overrides color of item description and upgrade track if TimeEvent from value[1] has passed
OverrideCannotTradeBop = 46,
BondingWithPriority = 47,
}