Skip to content

Commit

Permalink
- found out a source quest for CEN world quests
Browse files Browse the repository at this point in the history
  • Loading branch information
ImUnicke committed Feb 22, 2021
1 parent fa59615 commit c79c2b7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,27 @@ _.Instances = { tier(7, { -- Legion
inst(900, { -- Cathedral of Eternal Night
["coord"] = { 64.7, 16.6, 646 },
["maps"] = { 845, 846, 847, 848, 849 },
["lvl"] = 110,
["g"] = {
n(-34, { -- World Quests
q(46867, { -- Cathedral of Eternal Night: Fel Beast
["sourceQuests"] = { 46773 }, -- The Command Center
["isWorldQuest"] = true,
["lvl"] = 110,
}),
q(46868, { -- Cathedral of Eternal Night: Infernal Dead
["sourceQuests"] = { 46773 }, -- The Command Center
["isWorldQuest"] = true,
["lvl"] = 110,
}),
q(46844, { -- Cathedral of Eternal Night: Mistress of Blades
["sourceQuests"] = { 46773 }, -- The Command Center
["isWorldQuest"] = true,
["lvl"] = 110,
}),
q(46865, { -- Cathedral of Eternal Night: Mother of Flame
["sourceQuests"] = { 46773 }, -- The Command Center
["isWorldQuest"] = true,
["lvl"] = 110,
}),
q(46869, { -- Cathedral of Eternal Night: Temptress of Pain
["sourceQuests"] = { 46773 }, -- The Command Center
["isWorldQuest"] = true,
["lvl"] = 110,
}),
}),
d(2, { -- Heroic
Expand Down
10 changes: 5 additions & 5 deletions db/Categories.lua

Large diffs are not rendered by default.

0 comments on commit c79c2b7

Please sign in to comment.