Skip to content

Commit

Permalink
TBC: Moved The Bundle of Bloodthistle to SMV where it belongs.
Browse files Browse the repository at this point in the history
  • Loading branch information
DFortun81 committed Feb 14, 2025
1 parent a00daf4 commit d4536b6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1217,11 +1217,6 @@ root(ROOTS.Zones, {
["minReputation"] = { FACTION_THE_SCRYERS, NEUTRAL }, -- The Scryers, Neutral.
["cost"] = { { "i", 29739, 1 } }, -- Arcane Tome
}),
q(10550, { -- The Bundle of Bloodthistle
["qg"] = 21411, -- Tobias the Filth Gorger
["sourceQuest"] = 10547, -- Of Thistleheads and Eggs...
["coord"] = { 63.8, 69.7, SHATTRATH_CITY },
}),
q(10251, { -- The Master's Grand Design?
["qg"] = 19720, -- "Dirty" Larry <Ruffian>
["sourceQuest"] = 10231, -- What Book? I Don't See Any Book.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1366,10 +1366,12 @@ root(ROOTS.Zones, {
q(10547, { -- Of Thistleheads and Eggs...
["qg"] = 21293, -- Borak, Son of Oronok
["sourceQuest"] = 10546, -- Borak, Son of Oronok
["coord"] = { 47.6, 57.2, SHADOWMOON_VALLEY },
["lvl"] = lvlsquish(68, 68, 25),
["groups"] = {
objective(1, { -- 0/1 Rotten Arakkoa Egg
["providers"] = {
{ "i", 30500 }, -- Rotten Arakkoa Egg
{ "i", 30500 }, -- Rotten Arakkoa Egg
{ "o", 184795 }, -- Rotten Arakkoa Egg
},
}),
Expand Down Expand Up @@ -1923,6 +1925,14 @@ root(ROOTS.Zones, {
}),
},
})),
q(10550, { -- The Bundle of Bloodthistle
["providers"] = {
{ "n", 21411 }, -- Tobias the Filth Gorger
{ "i", 30501 }, -- Bundle of Bloodthistle
},
["sourceQuest"] = 10547, -- Of Thistleheads and Eggs...
["coord"] = { 63.8, 69.7, SHATTRATH_CITY },
}),
q(10588, { -- The Cipher of Damnation
["qg"] = 21183, -- Oronok Torn-heart
["sourceQuests"] = { 10523, 10541, 10579 }, -- The Cipher of Damnation, the First/Second/Third Fragment Recovered
Expand Down

0 comments on commit d4536b6

Please sign in to comment.