Skip to content

Commit

Permalink
Merge pull request #96 from Adal4/main
Browse files Browse the repository at this point in the history
Finally, the Headless Horseman items remain in 365
  • Loading branch information
snowflame0 authored Oct 18, 2024
2 parents 521c38c + 8fc2be8 commit 185e028
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions AtlasLootClassic_Collections/data-cata.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1061,12 +1061,12 @@ name = AL["Hallow's End"] .. " - " .. AL["Masks"],
}, { -- SMHeadlessHorseman
name = C_Map_GetAreaInfo(796) .. " - " .. AL["Headless Horseman"],
[NORMAL_DIFF] = {
{1, 232536}, -- Band of Ghoulish Glee
{2, 232537}, -- The Horseman's Signet
{3, 232540}, -- Wicked Witch's Ring
{4, 232538}, -- Seal of the Petrified Pumpkin
{5, 232544}, -- The Horseman's Horrific Helmet
{6, 232548}, -- The Horseman's Sinister Saber
{1, 71327}, -- Band of Ghoulish Glee
{2, 71328}, -- The Horseman's Signet
{3, 71329}, -- Wicked Witch's Ring
{4, 71330}, -- Seal of the Petrified Pumpkin
{5, 71326}, -- The Horseman's Horrific Helmet
{6, 71325}, -- The Horseman's Sinister Saber
{8, 33292}, -- Hallowed Helm
{10, 34068}, -- Weighted Jack-o'-Lantern
{12, 33277}, -- Tome of Thomas Thomson
Expand Down
12 changes: 6 additions & 6 deletions AtlasLootClassic_DungeonsAndRaids/data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1097,12 +1097,12 @@ data["ScarletMonasteryGraveyard"] = {
AtlasMapBossID = nil,
ExtraList = true,
[NORMAL_DIFF] = {
{ 1, 232536 }, -- Band of Ghoulish Glee
{ 2, 232537 }, -- The Horseman's Signet
{ 3, 232540 }, -- Wicked Witch's Ring
{ 4, 232538 }, -- Seal of the Petrified Pumpkin
{ 5, 232544 }, -- The Horseman's Horrific Helmet
{ 6, 232548 }, -- The Horseman's Sinister Saber
{ 1, 71327 }, -- Band of Ghoulish Glee
{ 2, 71328 }, -- The Horseman's Signet
{ 3, 71329 }, -- Wicked Witch's Ring
{ 4, 71330 }, -- Seal of the Petrified Pumpkin
{ 5, 71326 }, -- The Horseman's Horrific Helmet
{ 6, 71325 }, -- The Horseman's Sinister Saber
{ 8, 33292 }, -- Hallowed Helm
{ 10, 34068 }, -- Weighted Jack-o'-Lantern
{ 12, 33277 }, -- Tome of Thomas Thomson
Expand Down

0 comments on commit 185e028

Please sign in to comment.