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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user