Skip to content

Commit 104bb7b

Browse files
committed
Fixed few timelines.
1 parent bf6b624 commit 104bb7b

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.contrib/Parser/DATAS/01 - Dungeons Raids/10 - Dragonflight/Dawn of the Infinite.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,6 @@ local QUANTUM_GROUP = sharedData({
553553
["timeline"] = { ADDED_10_1_5, REMOVED_11_0_2 },
554554
}),
555555
ig(107390), -- Obliterator Firing Lever (NYI)(Unique)
556-
ig(68194), -- Oggleflint's Inspirer (Removed)
557556
ig(108238), -- Peerless Draenic Steel Mace (NYI)
558557
ig(108240), -- Peerless Draenic Steel Mace (NYI)
559558
ig(108241), -- Peerless Draenic Steel Mace (NYI)
@@ -565,6 +564,7 @@ local QUANTUM_GROUP = sharedData({
565564
ig(134756), -- Covert Gavel (Removed)
566565
ig(2816), -- Death Speaker Scepter (Removed)
567566
ig(6196), -- Noboru's Cudgel (Removed)
567+
ig(68194), -- Oggleflint's Inspirer (Removed)
568568
ig(134618), -- Scorching Gavel (Removed)
569569
ig(134611), -- Scorching Pummeler (Removed)
570570
ig(134789), -- Seasoned Gavel (Removed)

.contrib/Parser/DATAS/05 - Achievements/00 - AchievementCategories.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ root(ROOTS.Achievements, {
139139
achcat(ACHIEVEMENT_CATEGORY_MOUNTS),
140140
achcat(ACHIEVEMENT_CATEGORY_APPEARANCES),
141141
achcat(ACHIEVEMENT_CATEGORY_DRAGON_ISLES_DRAKE_COSMETICS),
142-
achcat(ACHIEVEMENT_CATEGORY_DECOR, {["timeline"] = {ADDED_11_2_7, REMOVED_12_0_X_LAUNCH}}),
142+
achcat(ACHIEVEMENT_CATEGORY_DECOR, {["timeline"] = {ADDED_11_2_7, DELETED_12_0_X_LAUNCH}}),
143143
}),
144144
achcat(ACHIEVEMENT_CATEGORY_EXPANSION_FEATURES, {
145145
achcat(ACHIEVEMENT_CATEGORY_ARGENT_TOURNAMENT),

.contrib/Parser/DATAS/07 - Events/0 - Expansion PreLaunch Events/11 Midnight.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ local TWILIGHTS_BLADE_INSIGNIA = 3319;
66

77
root(ROOTS.WorldEvents, n(EXPANSION_PRELAUNCH, {
88
expansion(EXPANSION.MID, {
9-
["forcetimeline"] = { ADDED_12_0_0, REMOVED_MID_LAUNCH },
9+
["forcetimeline"] = { ADDED_12_0_0, REMOVED_12_0_X_LAUNCH },
1010
}),
1111
expansion(EXPANSION.MID, {
1212
n(ACHIEVEMENTS, {
@@ -326,7 +326,7 @@ root(ROOTS.HiddenQuestTriggers, expansion(EXPANSION.MID, {
326326
["timeline"] = { ADDED_12_0_0 },
327327
["groups"] = {
328328
n(QUESTS, {
329-
329+
330330
}),
331331
},
332332
}),

.contrib/Parser/DATAS/21 - Holidays/Timewalking.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ root(ROOTS.Holidays, applyevent(EVENTS.TIMEWALKING, n(TIMEWALKING_HEADER, bubble
9999
["description"] = "Each week finish 4 dungeons with Distilled Knowledge of Timeways buff active, upon reaching 4 stacks the buff changes into Mastery of Timeways, completing that week's criteria.",
100100
["groups"] = { i(238739) }, -- Chrono Corsair (MOUNT!)
101101
})),
102-
ach(61394, bubbleDownSelf({ ["timeline"] = { ADDED_11_2_7, REMOVED_MID_LAUNCH } }, { -- Master of the Turbulent Timeways IV (automated!)
102+
ach(61394, bubbleDownSelf({ ["timeline"] = { ADDED_11_2_7, REMOVED_12_0_X_LAUNCH } }, { -- Master of the Turbulent Timeways IV (automated!)
103103
["description"] = "Each week finish 4 dungeons with Distilled Knowledge of Timeways buff active, upon reaching 4 stacks the buff changes into Mastery of Timeways, completing that week's criteria.",
104104
["groups"] = { i(254694) }, -- Ta'readon's Mount Voucher
105105
})),

.contrib/Parser/lib/Constants/Timelines.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,14 +664,14 @@ CREATED_12_0_0 = "created 12.0.0.65459"; -- Midnight 12.0.0/Pre-Patch launch
664664
ADDED_12_0_0 = "added 12.0.0.65459"; -- Midnight 12.0.0/Pre-Patch launch on January 20th, 2026
665665
REMOVED_12_0_0 = "removed 12.0.0.65459"; -- Midnight 12.0.0/Pre-Patch launch on January 20th, 2026
666666
DELETED_12_0_0 = "deleted 12.0.0.65459"; -- Midnight 12.0.0/Pre-Patch launch on January 20th, 2026
667-
REMOVED_MID_LAUNCH = "removed 12.0.1"; -- Midnight 12.0.1/Pre-Patch ends on TODO
668667

669668

670669
-- Temporary using X before we know the correct number.
671670
-- We want to show everything in pre-patch already, so leave it all as 12.0.0 for now.
672671
CREATED_12_0_X_LAUNCH = "created 12.0.0"; -- Midnight 12.0.x Launch on March 2nd, 2026
673672
ADDED_12_0_X_LAUNCH = "added 12.0.0"; -- Midnight 12.0.x Launch on March 2nd, 2026
674673
REMOVED_12_0_X_LAUNCH = "removed 12.0.1"; -- Midnight 12.0.x Launch on March 2nd, 2026
674+
DELETED_12_0_X_LAUNCH = "deleted 12.0.1"; -- Midnight 12.0.x Launch on March 2nd, 2026
675675
CREATED_12_0_X_SEASONSTART = "created 12.0.0"; -- Midnight 12.0.x Season 1 launch on TODO
676676
ADDED_12_0_X_SEASONSTART = "added 12.0.0"; -- Midnight 12.0.x Season 1 launch on TODO
677677
REMOVED_12_0_X_SEASONSTART = "removed 12.0.1"; -- Midnight 12.0.x Season 1 launch on TODO

0 commit comments

Comments
 (0)