enchant tooltip change reverted (incompatible with tooltip extensions)
This commit is contained in:
@@ -584,9 +584,7 @@ local methods = {
|
||||
local rt = this:GetParent().row.rt
|
||||
local rowData = this:GetParent().row.data
|
||||
if rowData and rowData.record then
|
||||
GameTooltip:SetOwner(this, 'ANCHOR_RIGHT')
|
||||
info.load_tooltip(GameTooltip, rowData.record.tooltip)
|
||||
GameTooltip:Show()
|
||||
info.set_tooltip(rowData.record.itemstring, this, 'ANCHOR_RIGHT')
|
||||
info.set_shopping_tooltip(rowData.record.slot)
|
||||
end
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user