Skip to content

Commit

Permalink
Missing PVP quest/items
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowBrooks committed Nov 16, 2023
1 parent 628dd9b commit 81cc3ac
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ root(ROOTS.Zones, m(DRAGON_ISLES, bubbleDown({ ["timeline"] = { ADDED_10_0_2_LAU
i(204187), -- Obsidian Trophy of Conquest
},
})),
q(77681, bubbleDownSelf({ ["timeline"] = { ADDED_10_2_0 } }, { -- Alerting All Adversaries!
["provider"] = { "i", 205187 }, -- Artisan's Consortium Leaflet
["g"] = {
i(212537), -- Verdant Trophy of Conquest
i(212538), -- Greater Verdant Trophy of Conquest
},
})),
}),
n(QUESTS, sharedData({
["provider"] = { "n", 196191 }, -- Malicia
Expand Down Expand Up @@ -1174,6 +1181,9 @@ root(ROOTS.Zones, m(DRAGON_ISLES, bubbleDown({ ["timeline"] = { ADDED_10_0_2_LAU
i(210325, { -- Medal of Honor [H]
["timeline"] = { ADDED_10_2_0, REMOVED_10_2_7 },
}),
i(208571, { -- Artisan's Consortium Leaflet (QI)
["timeline"] = { ADDED_10_2_0 },
}),
},
}),
-- #if AFTER 10.2.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ root(ROOTS.Zones, m(DRAGON_ISLES, bubbleDown({ ["timeline"] = { ADDED_10_2_0 } }
["g"] = {
i(208349), -- Burning Leather Cuffs
i(208376), -- Great Ray's Longbow
i(208323), -- Nature's Firebathed Robes
i(208347), -- Stone Wolf's Cuffs
i(208326), -- Vest of the Flametide
},
Expand Down Expand Up @@ -136,6 +135,7 @@ root(ROOTS.Zones, m(DRAGON_ISLES, bubbleDown({ ["timeline"] = { ADDED_10_2_0 } }
["questID"] = 77943,
["coord"] = { 63.9, 36.1, EMERALD_DREAM },
["g"] = {
i(208323), -- Nature's Firebathed Robes
i(208358), -- Sunset's Bulwark
},
}),
Expand Down
1 change: 0 additions & 1 deletion .contrib/Parser/DATAS/17 - NYI/NYI Quest Items.lua
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ root(ROOTS.NeverImplemented, {
i(206378), -- [DNT] Test Loot
i(206379), -- [DNT] Test Loot
i(208230), -- Anaya's Pendant
i(208571), -- Artisan's Consortium Leaflet
i(209324), -- Azure Leywine
i(208703), -- Blacksmith Bammer
i(208731), -- Blacksmith Bammer Key
Expand Down
1 change: 0 additions & 1 deletion .contrib/Parser/DATAS/17 - NYI/Unsorted.lua
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,6 @@ root(ROOTS.Unsorted, {
q(77566), --
q(77650), --
q(77663), --
q(77681), -- PTR:Alerting all Adversaries!
q(77683), --
q(77692), --
q(77693), --
Expand Down

0 comments on commit 81cc3ac

Please sign in to comment.