@@ -24,7 +24,9 @@ local increment = CreateCounter();
2424ResearchViewer .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 = {
129131ResearchViewer .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