Skip to content

Commit

Permalink
Timeless Isle: Treasure Treasure Everywhere chests show on minimap
Browse files Browse the repository at this point in the history
  • Loading branch information
kemayo committed Jun 3, 2022
1 parent fbead22 commit f943ff6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zones/TimelessIsle.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ ns.RegisterPoints(554, { -- Timeless Isle
label="{achievement:8729.1:Moss-Covered Chests}",
achievement=8729, -- Treasure, Treasure Everywhere
criteria=1,
minimap=true,
})
ns.RegisterPoints(554, { -- Timeless Isle
-- Skull-covered
Expand All @@ -61,6 +62,7 @@ ns.RegisterPoints(554, { -- Timeless Isle
[54007820] = {quest=33209, criteria=5,}, -- at the central cauldron of Firewalker Ruins
}, {
achievement=8729, -- Treasure, Treasure Everywhere
minimap=true,
})
ns.RegisterPoints(555, { -- Cavern of Lost Spirits
-- Skull-covered
Expand All @@ -69,6 +71,7 @@ ns.RegisterPoints(555, { -- Cavern of Lost Spirits
achievement=8729, -- Treasure, Treasure Everywhere
criteria=2,
note="Inside the cave",
minimap=true,
},
})

Expand Down

0 comments on commit f943ff6

Please sign in to comment.