Core/Items: Updated ItemModifier enum for 10.0

Port From (https://github.com/TrinityCore/TrinityCore/commit/356c0c8afc62190c272e87d35819b0ab38ebe96f)
This commit is contained in:
hondacrx
2023-03-23 07:12:59 -04:00
parent fe6135ed71
commit 72695429c9
+15
View File
@@ -358,6 +358,21 @@ namespace Framework.Constants
TransmogSecondaryAppearanceSpec4 = 35,
TransmogSecondaryAppearanceSpec5 = 36,
SoulbindConduitRank = 37,
CraftingQualityId = 38,
CraftingSkillLineAbilityId = 39,
CraftingDataId = 40,
CraftingSkillReagents = 41,
CraftingSkillWatermark = 42,
CraftingReagentSlot0 = 43,
CraftingReagentSlot1 = 44,
CraftingReagentSlot2 = 45,
CraftingReagentSlot3 = 46,
CraftingReagentSlot4 = 47,
CraftingReagentSlot5 = 48,
CraftingReagentSlot6 = 49,
CraftingReagentSlot7 = 50,
CraftingReagentSlot8 = 51,
CraftingReagentSlot9 = 52,
Max
}