Skip to content

Commit

Permalink
Partially fix item compare tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
raethkcj committed Jun 2, 2021
1 parent 026359d commit ddbe337
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion RatingBuster.lua
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,10 @@ local options = {
type = 'select',
name = L["Display style for diff value"],
desc = L["Display diff values in the main tooltip or only in compare tooltips"],
values = {"comp", "main"},
values = {
["comp"] = "Compare",
["main"] = "Main"
},
},
space = {
type = 'group',
Expand Down
4 changes: 2 additions & 2 deletions libs/TipHooker-1.0/TipHooker-1.0.lua
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,12 @@ local MethodList = {
-- socketing interface
"SetSocketGem",
"SetExistingSocketGem",
-- 2.1.0
"SetHyperlinkCompareItem",
-- 2.3.0
"SetGuildBankItem",
-- 4.2.0
"SetItemByID",
-- 6.0.2
"SetCompareItem",
},
buff = {
"SetPlayerBuff",
Expand Down

0 comments on commit ddbe337

Please sign in to comment.