From dddd354067e8baaf8da811a096376b21d04c363e Mon Sep 17 00:00:00 2001 From: hondacrx Date: Thu, 2 Jun 2022 20:21:38 -0400 Subject: [PATCH] Core/Items: Defined new item bonus types Port From (https://github.com/TrinityCore/TrinityCore/commit/ac5babdf74be7228e3a60a634b33e402d00cf85a) --- Source/Framework/Constants/ItemConst.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Source/Framework/Constants/ItemConst.cs b/Source/Framework/Constants/ItemConst.cs index 3265112f5..76e15b9e4 100644 --- a/Source/Framework/Constants/ItemConst.cs +++ b/Source/Framework/Constants/ItemConst.cs @@ -367,6 +367,10 @@ namespace Framework.Constants RequiredLevelCurve = 27, DescriptionText = 30, // Item Description OverrideName = 31, // Itemnamedescription Id + ItemBonusListGroup = 34, + ItemLimitCategory = 35, + ItemConversion = 37, + ItemHistorySlot = 38, } public enum ItemContext : byte