Skip to content

Commit

Permalink
Updated The First Rule of Ring of Blood is You Don't Talk About Ring …
Browse files Browse the repository at this point in the history
…of Blood to include the criteria and zones.
  • Loading branch information
DFortun81 committed Sep 10, 2024
1 parent 9839cd9 commit 5d38b11
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
15 changes: 12 additions & 3 deletions .contrib/Parser/DATAS/02 - Outdoor Zones/0 - Achievements.lua
Original file line number Diff line number Diff line change
Expand Up @@ -543,9 +543,18 @@ root(ROOTS.Zones, {
}),
})),
ach(4958, bubbleDownSelf({ ["timeline"] = { ADDED_4_0_3 }, }, { -- The First Rule of Ring of Blood is You Don't Talk About Ring of Blood
crit(5798), -- Ring of Blood in Nagrand
crit(5799), -- Amphitheater of Anguish in Zul'Drak
crit(13918), -- Crucible of Carnage in Twilight Highlands
["maps"] = { NAGRAND, ZULDRAK, TWILIGHT_HIGHLANDS },
["groups"] = {
crit(5798, { -- Ring of Blood in Nagrand
["_quests"] = { 9977 }, -- The Ring of Blood: The Final Challenge
}),
crit(5799, { -- Amphitheater of Anguish in Zul'Drak
["_quests"] = { 12948 }, -- The Champion of Anguish
}),
crit(13918, { -- Crucible of Carnage in Twilight Highlands
["_quests"] = { 27868 }, -- The Crucible of Carnage: The Twilight Terror!
}),
},
})),
ach(5794, { -- Time Flies When You're Having Fun
["timeline"] = { ADDED_4_2_0 },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1183,10 +1183,10 @@ root(ROOTS.Zones, m(EASTERN_KINGDOMS, {
},
}),
q(28244, { -- Eye Spy (A)
["qg"] = 48010, -- Low Shaman Blundy
["sourceQuest"] = 28243, -- The Eyes Have It
["coord"] = { 49.7, 29.1, TWILIGHT_HIGHLANDS },
["races"] = ALLIANCE_ONLY,
["qg"] = 48175, -- Low Shaman Blundy
["groups"] = {
i(63797), -- Eye of Despair
i(63796), -- Dark-Eye Ring
Expand Down
Loading

0 comments on commit 5d38b11

Please sign in to comment.