Skip to content

Commit

Permalink
[DB] Update qeust.
Browse files Browse the repository at this point in the history
  • Loading branch information
NORPG committed Feb 16, 2025
1 parent a76917d commit 75a6941
Showing 1 changed file with 20 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,31 +120,37 @@ root(ROOTS.Instances, expansion(EXPANSION.CLASSIC, {
}),
q(86969, { -- The Hypothesis
["qg"] = 218920, -- Dalaran Agent <Violet Eye>
["coord"] = { 52.0, 34.6, DEADWIND_PASS },
["sourceQuest"] = 86968, -- Are You Afraid of the Dark?
["lvl"] = 60,
["groups"] = {
i(235787, { -- Ancient Ironwood Branch (QI!)
["description"] = "loot from",
["providers"] = {
{ "n", 226923 }, -- Grimroot <The Mourning Guardian>
{ "n", 11489 }, -- Tendris Warpwood
objective(1, { -- 0/1 Flame of Life
["description"] = "loot from lvl 60 Elite Red Dragon, in the right side of Wetland.",
["provider"] = { "i", 235789 }, -- Flame of Life (QI!)
["crs"] = {
1045, -- Red Dragonspawn
1047, -- Red Scalebane
1048, -- Scalebane Lieutenant
1049, -- Wyrmkin Firebrand
1050, -- Scalebane Royal Guard
},
}),
i(235788), -- Enthusiastic Wisp (QI!)
i(235789, { -- Flame of Life (QI!)
["description"] = "loot from lvl 60 Elite Red Dragon, in the right side of Wetland.",
["providers"] = {
{ "n", 1045 }, -- Red Dragonspawn
{ "n", 1047 }, -- Red Scalebane
{ "n", 1048 }, -- Scalebane Lieutenant
{ "n", 1049 }, -- Wyrmkin Firebrand
{ "n", 1050 }, -- Scalebane Royal Guard
objective(2, { -- 0/1 Ancient Ironwood Branch
["provider"] = { "i", 235787 } -- Ancient Ironwood Branch (QI!)
["crs"] = {
11489, -- Tendris Warpwood
226923, -- Grimroot <The Mourning Guardian>
},
}),
objective(2, { -- 0/1 Enthusiastic Wisp
["provider"] = { "i", 235788}, -- Enthusiastic Wisp (QI!)
["cr"] = 238431, -- Enthusiastic Wisp
}),
},
}),
q(86970, { -- Testing Our Hypothesis
["qg"] = 218920, -- Dalaran Agent <Violet Eye>
["coord"] = { 52.0, 34.6, DEADWIND_PASS },
["sourceQuest"] = 86969, -- The Hypothesis
["lvl"] = 60,
}),
Expand Down

0 comments on commit 75a6941

Please sign in to comment.