Skip to content

Commit

Permalink
9.0.05.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LanceDH committed Dec 9, 2020
1 parent d601de5 commit 4c9957d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
4 changes: 2 additions & 2 deletions WorldQuestTab.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1057,7 +1057,7 @@
</KeyValues>
<Scripts>
<OnLoad inherit="prepend">
self.Tooltip.shoppingTooltips = { WQT_CompareTooltip1, WQT_CompareTooltip2 };
self.Tooltip.shoppingTooltips = { WQT_CompareScrapeTooltip1, WQT_CompareScrapeTooltip2 };
</OnLoad>
</Scripts>
</Frame>
Expand All @@ -1066,7 +1066,7 @@
<Scripts>
<OnLoad>
GameTooltip_OnLoad(self);
self.shoppingTooltips = { WQT_CompareTooltip1, WQT_CompareTooltip2 };
self.shoppingTooltips = { WQT_CompareScrapeTooltip1, WQT_CompareScrapeTooltip2 };
</OnLoad>
<OnUpdate function="GameTooltip_OnUpdate"/>
</Scripts>
Expand Down

0 comments on commit 4c9957d

Please sign in to comment.