Skip to content

Commit 83fd4f2

Browse files
committed
Fix Catch-Up trainer quest IDs for Midnight Mining/Skinning (v1.2.9, supersedes #143/#149).
1 parent eac1ed1 commit 83fd4f2

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

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").
6+
37
## v1.2.8 - 2026-05-18
48

59
- Added missing Mining weekly quest "It's Called Silvermoon". Fixes #142.

Data/Objectives/CatchUp.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ local objectives = {
5151
-- Midnight: Leatherworking
5252
{skillLineVariantID = 2915, categoryID = category, quests = {}, itemID = 246332, points = 0, loc = {hint = "Awarded from Patron Orders at your crafting station."}},
5353
-- 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"}}},
5555
-- 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"}}},
5757
-- Midnight: Tailoring
5858
{skillLineVariantID = 2918, categoryID = category, quests = {}, itemID = 246334, points = 0, loc = {hint = "Awarded from Patron Orders at your crafting station."}},
5959
}

0 commit comments

Comments
 (0)