Core/Items: Implemented new item bonus types: limit category and pvp item level

Port From (https://github.com/TrinityCore/TrinityCore/commit/8fff15ba7c63bc12fa00664bfe067bbc9586d3f2)
This commit is contained in:
Hondacrx
2025-12-08 16:09:02 -05:00
parent b962dc7a48
commit f01f61c464
4 changed files with 92 additions and 28 deletions
+3
View File
@@ -464,8 +464,11 @@ namespace Framework.Constants
OverrideName = 31, // Itemnamedescription Id
ItemBonusListGroup = 34,
ItemLimitCategory = 35,
PvpItemLevelIncrement = 36,
ItemConversion = 37,
ItemHistorySlot = 38,
PvpItemLevelBase = 43,
BondingWithPriority = 47,
}
public enum ItemCollectionType : byte