From 4c9957d24049d4be7ac7bf76b00881aed7bdca04 Mon Sep 17 00:00:00 2001 From: "nikosvandenbroek@hotmail.com" Date: Wed, 9 Dec 2020 21:19:36 +0100 Subject: [PATCH] 9.0.05.2 --- Data.lua | 6 ++++++ WorldQuestTab.xml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Data.lua b/Data.lua index f6b5efe..6ecc7ca 100644 --- a/Data.lua +++ b/Data.lua @@ -1246,6 +1246,12 @@ end -- This is just easier to maintain than changing the entire string every time _V["PATCH_NOTES"] = { {["version"] = "9.0.05" + ,["minor"] = 2 + ,["fixes"] = { + "Fixed an error that would happen for those that have the 'alwaysCompareItems' cvar set to 1." + } + } + ,{["version"] = "9.0.05" ,["new"] = { "Added a callings board to the world map similar to the ones in Legion and BfA. This is enabled by default but can be turned off in the settings." ,"Conduits are now their own reward type which includes filtering and reward displays in the quest list." diff --git a/WorldQuestTab.xml b/WorldQuestTab.xml index c59f9fb..fe21672 100644 --- a/WorldQuestTab.xml +++ b/WorldQuestTab.xml @@ -1057,7 +1057,7 @@ - self.Tooltip.shoppingTooltips = { WQT_CompareTooltip1, WQT_CompareTooltip2 }; + self.Tooltip.shoppingTooltips = { WQT_CompareScrapeTooltip1, WQT_CompareScrapeTooltip2 }; @@ -1066,7 +1066,7 @@ GameTooltip_OnLoad(self); - self.shoppingTooltips = { WQT_CompareTooltip1, WQT_CompareTooltip2 }; + self.shoppingTooltips = { WQT_CompareScrapeTooltip1, WQT_CompareScrapeTooltip2 };