Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Cata] mark naxx10 items lost with wotlk H+ as not available #1892

Merged
merged 1 commit into from
Jan 23, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1534,11 +1534,21 @@ root(ROOTS.Instances, expansion(EXPANSION.WRATH, applyclassicphase(WRATH_PHASE_O
i(39255), -- Staff of the Plague Beast
i(39246), -- Amulet of Autopsy
i(39249), -- Shoulderplates of Bloodshed
i(39248), -- Tunic of the Lost Pack
i(39248, { -- Tunic of the Lost Pack
-- #if ANYCLASSIC
["description"] = "This item was originally available in Naxxramas 10, but after H+ was introduced to Wrath Classic, it was removed.",
["timeline"] = { ADDED_3_0_2, REMOVED_3_4_1 },
-- #endif
}),
i(39247), -- Cuffs of Dark Shadows
i(39252), -- Preceptor's Bindings
i(39251), -- Necrogenic Belt
i(39254), -- Saltarello Shoes
i(39254, { -- Saltarello Shoes
-- #if ANYCLASSIC
["description"] = "This item was originally available in Naxxramas 10, but after H+ was introduced to Wrath Classic, it was removed.",
["timeline"] = { ADDED_3_0_2, REMOVED_3_4_1 },
-- #endif
}),
i(39250), -- Ring of Holy Cleansing
},
}),
Expand Down Expand Up @@ -1688,7 +1698,12 @@ root(ROOTS.Instances, expansion(EXPANSION.WRATH, applyclassicphase(WRATH_PHASE_O
i(39274), -- Retcher's Shoulderpads
i(39272), -- Drape of Surgery
i(39275), -- Contagion Gloves
i(39262), -- Gauntlets of Combined Strength
i(39262, { -- Gauntlets of Combined Strength
-- #if ANYCLASSIC
["description"] = "This item was originally available in Naxxramas 10, but after H+ was introduced to Wrath Classic, it was removed.",
["timeline"] = { ADDED_3_0_2, REMOVED_3_4_1 },
-- #endif
}),
i(39261), -- Tainted Girdle of Mending
i(39263, { -- Dissevered Leggings
-- #if ANYCLASSIC
Expand Down Expand Up @@ -1836,7 +1851,12 @@ root(ROOTS.Instances, expansion(EXPANSION.WRATH, applyclassicphase(WRATH_PHASE_O
i(39391), -- Heinous Mail Chestguard
i(39242), -- Robes of Hoarse Breaths
i(39386), -- Tunic of Dislocation
i(39248), -- Tunic of the Lost Pack
i(39248, { -- Tunic of the Lost Pack
-- #if ANYCLASSIC
["description"] = "This item was originally available in Naxxramas 10, but after H+ was introduced to Wrath Classic, it was removed.",
["timeline"] = { ADDED_3_0_2, REMOVED_3_4_1 },
-- #endif
}),
i(39278), -- Bands of Anxiety
i(39235), -- Bone-Framed Bracers
i(39195), -- Bracers of Lost Sentiments
Expand All @@ -1846,7 +1866,12 @@ root(ROOTS.Instances, expansion(EXPANSION.WRATH, applyclassicphase(WRATH_PHASE_O
i(39283), -- Putrescent Bands
i(39390), -- Resurgent Phantom Bindings
i(39275), -- Contagion Gloves
i(39262), -- Gauntlets of Combined Strength
i(39262, { -- Gauntlets of Combined Strength
-- #if ANYCLASSIC
["description"] = "This item was originally available in Naxxramas 10, but after H+ was introduced to Wrath Classic, it was removed.",
["timeline"] = { ADDED_3_0_2, REMOVED_3_4_1 },
-- #endif
}),
i(39197), -- Gauntlets of the Master
i(39192), -- Gloves of Dark Gestures
i(39243), -- Handgrips of the Foredoomed
Expand Down Expand Up @@ -1888,7 +1913,12 @@ root(ROOTS.Instances, expansion(EXPANSION.WRATH, applyclassicphase(WRATH_PHASE_O
i(39234), -- Plague-Impervious Boots
i(39139), -- Ravaging Sabatons
i(39369), -- Sabatons of Deathlike Gloom
i(39254), -- Saltarello Shoes
i(39254, { -- Saltarello Shoes
-- #if ANYCLASSIC
["description"] = "This item was originally available in Naxxramas 10, but after H+ was introduced to Wrath Classic, it was removed.",
["timeline"] = { ADDED_3_0_2, REMOVED_3_4_1 },
-- #endif
}),
i(39273), -- Sullen Cloth Boots
i(39236), -- Trespasser's Boots
i(39193), -- Band of Neglected Pleas
Expand Down