You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Changelog
2
2
3
+
## v1.2.9 - 2026-05-18
4
+
5
+
- Updated Catch-Up trainer quest requirements for Midnight Mining and Skinning to include the same weekly quest IDs as v1.2.8 (including "It's Called Silvermoon" and "Essential Materials").
Copy file name to clipboardExpand all lines: Data/Objectives/CatchUp.lua
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -51,9 +51,9 @@ local objectives = {
51
51
-- Midnight: Leatherworking
52
52
{skillLineVariantID=2915, categoryID=category, quests= {}, itemID=246332, points=0, loc= {hint="Awarded from Patron Orders at your crafting station."}},
53
53
-- Midnight: Mining
54
-
{skillLineVariantID=2916, categoryID=category, quests= {}, itemID=237507, points=0, loc= {hint="These are randomly looted from mining nodes around the world once the weekly objectives below are completed."}, requires= {{type="quest", name="Trainer Quest", quests= {93709, 93708, 93706, 93705}, match="any"}, {type="quest", name="Gathering", quests= {88673, 88674, 88675, 88676, 88677, 88678}, match="all"}}},
54
+
{skillLineVariantID=2916, categoryID=category, quests= {}, itemID=237507, points=0, loc= {hint="These are randomly looted from mining nodes around the world once the weekly objectives below are completed."}, requires= {{type="quest", name="Trainer Quest", quests= {93709, 93708, 93707, 93706, 93705}, match="any"}, {type="quest", name="Gathering", quests= {88673, 88674, 88675, 88676, 88677, 88678}, match="all"}}},
55
55
-- Midnight: Skinning
56
-
{skillLineVariantID=2917, categoryID=category, quests= {}, itemID=238627, points=0, loc= {hint="These are randomly looted from skinning around the world once the weekly objectives below are completed."}, requires= {{type="quest", name="Trainer Quest", quests= {93714, 93711, 93710}, match="any"}, {type="quest", name="Gathering", quests= {88534, 88549, 88537, 88536, 88530, 88529}, match="all"}}},
56
+
{skillLineVariantID=2917, categoryID=category, quests= {}, itemID=238627, points=0, loc= {hint="These are randomly looted from skinning around the world once the weekly objectives below are completed."}, requires= {{type="quest", name="Trainer Quest", quests= {93714, 93713, 93712, 93711, 93710}, match="any"}, {type="quest", name="Gathering", quests= {88534, 88549, 88537, 88536, 88530, 88529}, match="all"}}},
57
57
-- Midnight: Tailoring
58
58
{skillLineVariantID=2918, categoryID=category, quests= {}, itemID=246334, points=0, loc= {hint="Awarded from Patron Orders at your crafting station."}},
0 commit comments