Skip to content

Commit 4bda292

Browse files
committed
Added S3 support
1 parent 00b3fe5 commit 4bda292

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ResearchViewer.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ local increment = CreateCounter();
2424
ResearchViewer.talentTrees = {
2525
["The War Within"] = {
2626
order = increment(),
27-
{ isTraitTree = true, id = 1061, name = GENERIC_TRAIT_FRAME_TITAN_CONSOLE_TITLE or "Titan Console (added in 11.1.7)" },
27+
{ isTraitTree = true, id = 1115, name = GENERIC_TRAIT_FRAME_RESHII_WRAPS_TITLE or "Reshii Wraps (added in 11.2.0)" },
28+
{ isTraitTree = true, id = 1151, name = "Brann Delve Season 3" },
29+
{ isTraitTree = true, id = 1061, name = GENERIC_TRAIT_FRAME_TITAN_CONSOLE_TITLE },
2830
{ isTraitTree = true, id = 1057, name = GENERIC_TRAIT_FRAME_VISIONS_TITLE },
2931
{ isTraitTree = true, id = 1056, name = GENERIC_TRAIT_FRAME_DRIVE_TITLE },
3032
{ isTraitTree = true, id = 672, name = GENERIC_TRAIT_FRAME_DRAGONRIDING_TITLE },
@@ -129,6 +131,7 @@ ResearchViewer.talentTrees = {
129131
ResearchViewer.neverImplemented = {
130132
["The War Within"] = {
131133
order = increment(),
134+
{ type = 111, id = 498, name = "Earthen Obelisk" },
132135
{ type = 111, id = 495, name = "Rexxar's Ability" },
133136
{ type = 111, id = 496, name = "Awakening The Machine" },
134137
{ type = 111, id = 497, name = "The Weaver" },

0 commit comments

Comments
 (0)