From 9757dd0cdde61f2bfb0830f3debdd76809cc869a Mon Sep 17 00:00:00 2001 From: Petric <4162295+peti446@users.noreply.github.com> Date: Thu, 18 Dec 2025 12:09:49 +0000 Subject: [PATCH 1/2] Update SourceTypeEnum in CollectableSourceInfo Replaced Field_10_1_5_49516_002 with SourceTypeEnum to clarify the source type of collectable entries. --- definitions/CollectableSourceInfo.dbd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/definitions/CollectableSourceInfo.dbd b/definitions/CollectableSourceInfo.dbd index e4239370358..3cf5db7039d 100644 --- a/definitions/CollectableSourceInfo.dbd +++ b/definitions/CollectableSourceInfo.dbd @@ -1,7 +1,7 @@ COLUMNS string Description? int ID? -int Field_10_1_5_49516_002? // Mostly matches TransmogSourceTypeEnum from ItemModifiedAppearance +int SourceTypeEnum? // Defines in what CollectableSource table you can find this entry, 1 -> Encounter, 2-> Quest, -> 3 Vendor int ItemModifiedAppearanceID? int HouseDecorID? @@ -15,7 +15,7 @@ BUILD 10.1.7.50442, 10.1.7.50505, 10.1.7.50587, 10.1.7.50730, 10.1.7.50793, 10.1 BUILD 10.1.5.49516, 10.1.5.49595, 10.1.5.49719, 10.1.5.49824, 10.1.5.49908, 10.1.5.50006, 10.1.5.50130, 10.1.5.50199, 10.1.5.50232, 10.1.5.50355, 10.1.5.50379, 10.1.5.50401, 10.1.5.50438, 10.1.5.50467, 10.1.5.50469, 10.1.5.50504, 10.1.5.50585, 10.1.5.50622, 10.1.5.50747, 10.1.5.50791, 10.1.5.51130 Description $id$ID<32> -Field_10_1_5_49516_002<32> +SourceTypeEnum<32> ItemModifiedAppearanceID<32> LAYOUT 2EFCC218 @@ -31,7 +31,7 @@ BUILD 11.0.2.55399, 11.0.2.55522, 11.0.2.55665, 11.0.2.55763, 11.0.2.55789, 11.0 BUILD 11.0.0.54464, 11.0.0.54521, 11.0.0.54605, 11.0.0.54675, 11.0.0.54709, 11.0.0.54774, 11.0.0.54935, 11.0.0.55000, 11.0.0.55087, 11.0.0.55120, 11.0.0.55185, 11.0.0.55288, 11.0.0.55419, 11.0.0.55478, 11.0.0.55636, 11.0.0.55666, 11.0.0.55793, 11.0.0.55818, 11.0.0.55824, 11.0.0.55846, 11.0.0.55899, 11.0.0.55933, 11.0.0.55939, 11.0.0.55945, 11.0.0.55960, 11.0.0.56008 Description $id$ID<32> -Field_10_1_5_49516_002<32> +SourceTypeEnum<32> ItemModifiedAppearanceID<32> LAYOUT 6509E3B5 @@ -40,6 +40,6 @@ BUILD 12.0.0.63534, 12.0.0.63724, 12.0.0.63728, 12.0.0.63854, 12.0.0.63967, 12.0 BUILD 11.2.7.64011, 11.2.7.64044, 11.2.7.64169, 11.2.7.64438, 11.2.7.64587, 11.2.7.64632, 11.2.7.64704, 11.2.7.64725, 11.2.7.64743, 11.2.7.64772, 11.2.7.64797, 11.2.7.64877 Description $id$ID<32> -Field_10_1_5_49516_002<32> +SourceTypeEnum<32> ItemModifiedAppearanceID<32> HouseDecorID<32> From 7fbe1f68a75bf1cf79682bbd6c520e8f0a6e109e Mon Sep 17 00:00:00 2001 From: Petric <4162295+peti446@users.noreply.github.com> Date: Thu, 18 Dec 2025 12:31:14 +0000 Subject: [PATCH 2/2] Fix comment formatting for SourceTypeEnum --- definitions/CollectableSourceInfo.dbd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/definitions/CollectableSourceInfo.dbd b/definitions/CollectableSourceInfo.dbd index 3cf5db7039d..e300924a557 100644 --- a/definitions/CollectableSourceInfo.dbd +++ b/definitions/CollectableSourceInfo.dbd @@ -1,7 +1,7 @@ COLUMNS string Description? int ID? -int SourceTypeEnum? // Defines in what CollectableSource table you can find this entry, 1 -> Encounter, 2-> Quest, -> 3 Vendor +int SourceTypeEnum? // Defines in what CollectableSource table you can find this entry, 1-> Encounter, 2-> Quest, 3-> Vendor int ItemModifiedAppearanceID? int HouseDecorID?