diff --git a/Source/Framework/Constants/ItemConst.cs b/Source/Framework/Constants/ItemConst.cs index 9f98e375a..3fa65c6d8 100644 --- a/Source/Framework/Constants/ItemConst.cs +++ b/Source/Framework/Constants/ItemConst.cs @@ -428,6 +428,8 @@ namespace Framework.Constants CraftingReagentSlot13 = 56, CraftingReagentSlot14 = 57, Reforge = 58, + DbIdHigh = 59, + DbIdLow = 60, Max } diff --git a/Source/Framework/Constants/SupportSystemConst.cs b/Source/Framework/Constants/SupportSystemConst.cs index 9a01c2542..225a55330 100644 --- a/Source/Framework/Constants/SupportSystemConst.cs +++ b/Source/Framework/Constants/SupportSystemConst.cs @@ -48,6 +48,8 @@ namespace Framework.Constants Name = 0x4000, ChinaHarmfulMinors = 0x8000, Disruption = 0x10000, + TerroristAndViolentExtremistContent = 0x20000, + ChildSexualExploitationAndAbuse = 0x40000, } public enum GMTicketSystemStatus