Skip to content

Commit 18abb53

Browse files
committed
Added some more midnight support
1 parent 2cb2a28 commit 18abb53

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

ResearchViewer.lua

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,21 @@ local orderHalls = {
2525

2626
local increment = CreateCounter();
2727
ResearchViewer.talentTrees = {
28+
["Midnight"] = {
29+
order = increment(),
30+
{ type = 111, id = 499, name = "Loa Blessings" },
31+
{ isTraitTree = true, id = 1180, name = "??" },
32+
{ isTraitTree = true, id = 1179, name = "??" },
33+
{ isTraitTree = true, id = 1177, name = "??" },
34+
{ isTraitTree = true, id = 1166, name = "??" },
35+
{ isTraitTree = true, id = 1162, name = "??" },
36+
{ isTraitTree = true, id = 1161, name = "??" },
37+
{ isTraitTree = true, id = 1141, name = "??" },
38+
{ isTraitTree = true, id = 1087, name = "??" },
39+
{ isTraitTree = true, id = 1086, name = "??" },
40+
{ isTraitTree = true, id = 1084, name = "??" },
41+
{ isTraitTree = true, id = 1168, name = "Valeera Delve Season 1" },
42+
},
2843
["The War Within"] = {
2944
order = increment(),
3045
{ isTraitTree = true, id = LEGION_ARTIFACT_TREE, name = "Legion Remix Artifact Traits" },

0 commit comments

Comments
 (0)