fix for enchants in tooltip

This commit is contained in:
Manuel Simon Hirsig
2017-02-25 13:06:48 +01:00
parent bffdd131bf
commit 2b2fe166ff
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ function LOAD()
end)
end
function extend_tooltip(tooltip, link, quantity)
function M.extend_tooltip(tooltip, link, quantity)
local item_id, suffix_id = info.parse_link(link)
quantity = IsShiftKeyDown() and quantity or 1
if aux_tooltip_disenchant_source then