File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1- if true then return end
21local _ , TTT = ... ;
32--- @type TalentTreeTweaks_Main
43local Main = TTT .Main ;
@@ -11,6 +10,8 @@ local HORRIFIC_VISIONS_TREE_ID = 1057;
1110local OVERCHARGED_TITAN_CONSOLE_TREE_ID = 1061 ;
1211local RESHII_WRAPS_TREE_ID = 1115 ;
1312
13+ local RESHII_QUEST_ID = 89561 ;
14+
1415local CHOICE_NODE_OPTION_1 = 1 ;
1516local CHOICE_NODE_OPTION_2 = 2 ;
1617local CHOICE_NODE_NOT_SET = 3 ;
470471
471472function Module :PurchaseRishiiWrapsTalents ()
472473 if not self .reshiiWrapsConfigID then return ; end
474+ if not C_QuestLog .IsQuestFlaggedCompleted (RESHII_QUEST_ID ) then
475+ -- must wait until the quest is complete, or you will not be able to progress the questline
476+ return ;
477+ end
473478
474479 local ignoredNodeIDs = {};
475480 local configID = self .reshiiWrapsConfigID ;
You can’t perform that action at this time.
0 commit comments