Skip to content

Commit

Permalink
Drop Blizz class harvest data for certain Legion quests to not be mis…
Browse files Browse the repository at this point in the history
…leading in minilist, fixes #1755
  • Loading branch information
Eremeir committed Aug 28, 2024
1 parent 0514e93 commit 8f58b72
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ root(ROOTS.Zones, {
}),
q(45841, { -- A Triumphant Report
["sourceQuests"] = { 45796 }, -- Destroying the Nest
["_drop"] = { "classes", "c" }, -- Hide classes Blizz API insists can get the quest
["classes"] = {
HUNTER, -- Beast Mastery
MONK, -- Windwalker
Expand Down Expand Up @@ -249,6 +250,7 @@ root(ROOTS.Zones, {
}),
q(45796, { -- Destroying the Nest
["sourceQuests"] = { 45587 }, -- The Feltotem Menace
["_drop"] = { "classes", "c" }, -- Hide classes Blizz API insists can get the quest
["classes"] = {
HUNTER, -- Beast Mastery
MONK, -- Windwalker
Expand Down Expand Up @@ -723,6 +725,7 @@ root(ROOTS.Zones, {
47020, -- Discipline: Rumblings Near Feltotem
47019, -- Windwalker: Rumblings Near Feltotem
},
["_drop"] = { "classes", "c" }, -- Hide classes Blizz API insists can get the quest
["classes"] = {
HUNTER, -- Beast Mastery
MONK, -- Windwalker
Expand All @@ -739,6 +742,7 @@ root(ROOTS.Zones, {
}),
q(45587, { -- The Feltotem Menace
["sourceQuests"] = { 45575 }, -- Village of the Corruptors
["_drop"] = { "classes", "c" }, -- Hide classes Blizz API insists can get the quest
["classes"] = {
HUNTER, -- Beast Mastery
MONK, -- Windwalker
Expand Down Expand Up @@ -806,6 +810,7 @@ root(ROOTS.Zones, {
}),
q(45726, { -- The Tainted Marsh
["sourceQuests"] = { 45564 }, -- The Burning Birds
["_drop"] = { "classes", "c" }, -- Hide classes Blizz API insists can get the quest
["classes"] = {
HUNTER, -- Beast Mastery
MONK, -- Windwalker
Expand Down Expand Up @@ -928,6 +933,7 @@ root(ROOTS.Zones, {
}),
q(45575, { -- Village of the Corruptors
["sourceQuests"] = { 45726 }, -- The Tainted Marsh
["_drop"] = { "classes", "c" }, -- Hide classes Blizz API insists can get the quest
["classes"] = {
HUNTER, -- Beast Mastery
MONK, -- Windwalker
Expand Down

0 comments on commit 8f58b72

Please sign in to comment.