From f5029924a9b9085c8123871605134b0bd8847ef6 Mon Sep 17 00:00:00 2001 From: Freddie Date: Sat, 11 Jul 2026 16:13:57 -0700 Subject: [PATCH 1/3] Add more 12.0 crafting crap to category skip list --- apps/tool/Tools/ItemsTool.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/tool/Tools/ItemsTool.cs b/apps/tool/Tools/ItemsTool.cs index c09cbf3cd..58d94b394 100644 --- a/apps/tool/Tools/ItemsTool.cs +++ b/apps/tool/Tools/ItemsTool.cs @@ -42,6 +42,7 @@ public class ItemsTool 454, // Specify Perception 455, // Specify Deftness 517, // 11.0 Professions - Modifying Reagent - Shared - Pacing - Season 1 Spark + 519, // 12.0 Professions - Shared Reagent - Pacing - Warband - Starter - Spark 591, // 11.0 Optional Reagent - Season 1 - Enchanted Crests 660, // Algari Missive of the Aurora 661, // Algari Missive of the Feverflare @@ -60,6 +61,7 @@ public class ItemsTool 735, // 11.1 Optional Reagent - Season 2 - Enchanted Crests 736, // 11.2 Professions - Modifying Reagent - Shared - Pacing - Season 3 Spark 737, // 11.2 Optional Reagent - Season 3 - Enchanted Crests + 740, // 12.0 Professions - Modifying Reagent - Shared - Pacing - Season 1 Spark 761, // 11.1.5 Optional Reagent - Season 2 - Augmentation Matrix - Mythic 764, // 11.1.5 Optional Reagent - Season 2 - Augmentation Matrix - Heroic 901, // 12.0 Optional Reagent - Season 1 - Crests From cc0350abe5075ca48cdc9473141d1dbeb749be79 Mon Sep 17 00:00:00 2001 From: Freddie Date: Tue, 14 Jul 2026 08:41:12 -0700 Subject: [PATCH 2/3] Add Thalassian Token of Merit to currencies --- apps/frontend/data/currencies.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/frontend/data/currencies.ts b/apps/frontend/data/currencies.ts index 13c33d0af..cf7153373 100644 --- a/apps/frontend/data/currencies.ts +++ b/apps/frontend/data/currencies.ts @@ -467,6 +467,7 @@ export const currencyItems: Record = { // Midnight - Season 1 126411: [ 232875, // Spark of Radiance + 258556, // Thalassian Token of Merit ], // Player vs Player From d626763562042d41d9be050eb7e3b36ac54664b9 Mon Sep 17 00:00:00 2001 From: Freddie Date: Tue, 14 Jul 2026 08:47:12 -0700 Subject: [PATCH 3/3] Add missing Unity quest IDs --- apps/frontend/data/tasks/11-midnight/12-0.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/frontend/data/tasks/11-midnight/12-0.ts b/apps/frontend/data/tasks/11-midnight/12-0.ts index d23522830..21e8c16a5 100644 --- a/apps/frontend/data/tasks/11-midnight/12-0.ts +++ b/apps/frontend/data/tasks/11-midnight/12-0.ts @@ -103,10 +103,13 @@ export const midChores12_0: Task = { 93911, // Midnight: Dungeons 93769, // Midnight: Housing 93891, // Midnight: Legends of the Haranir + 96727, // Midnight: Offworld Showdowns 93910, // Midnight: Prey 93912, // Midnight: Raid + 95843, // Midnight: Ritual Sites 93889, // Midnight: Saltheril's Soiree 93892, // Midnight: Stormarion Assault + 95842, // Midnight: Void Assaults 93913, // Midnight: World Boss 93766, // Midnight: World Quests ],