From 2b3016189ef0092af0402727ad4cb654c9763e0a Mon Sep 17 00:00:00 2001 From: Lucca Faria Ferri Date: Sun, 12 Feb 2023 09:52:34 -0800 Subject: [PATCH] Fixed all items transmogGBID --- src/DiIiS-NA/D3-GameServer/MessageSystem/GameAttribute.List.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DiIiS-NA/D3-GameServer/MessageSystem/GameAttribute.List.cs b/src/DiIiS-NA/D3-GameServer/MessageSystem/GameAttribute.List.cs index 35d28af..cee327c 100644 --- a/src/DiIiS-NA/D3-GameServer/MessageSystem/GameAttribute.List.cs +++ b/src/DiIiS-NA/D3-GameServer/MessageSystem/GameAttribute.List.cs @@ -443,7 +443,7 @@ namespace DiIiS_NA.GameServer.MessageSystem public static readonly GameAttributeF EnchantedAffixNew = new(424, "EnchantedAffixNew", defaultValue: -1); public static readonly GameAttributeF EnchantedAffixSeed = new(425, "EnchantedAffixSeed"); public static readonly GameAttributeF EnchantedAffixCount = new(426, "EnchantedAffixCount"); - public static readonly GameAttributeF TransmogGBID = new(427, "TransmogGBID", defaultValue: -1, flags: ReplicationFlags.ItemReplicated); + public static readonly GameAttributeI TransmogGBID = new(427, "TransmogGBID", defaultValue: -1, flags: ReplicationFlags.ItemReplicated); public static readonly GameAttributeF TransmogGBIDTempOverride = new(428, "TransmogGBIDTempOverride", defaultValue: -1, flags: ReplicationFlags.ItemReplicated); public static readonly GameAttributeF HighlySalvageable = new(429, "HighlySalvageable"); public static readonly GameAttributeF ItemUnlockTimeHi = new(430, "ItemUnlockTimeHi");