We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cb2a28 commit 18abb53Copy full SHA for 18abb53
ResearchViewer.lua
@@ -25,6 +25,21 @@ local orderHalls = {
25
26
local increment = CreateCounter();
27
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
+ },
43
["The War Within"] = {
44
order = increment(),
45
{ isTraitTree = true, id = LEGION_ARTIFACT_TREE, name = "Legion Remix Artifact Traits" },
0 commit comments