Skip to content

Commit

Permalink
Proper 1.13.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ketho committed Mar 26, 2020
1 parent d06ae2d commit 63577c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VendorPrice.lua
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ end

ItemRefTooltip:HookScript("OnTooltipSetItem", function(tt)
local item = select(2, tt:GetItem())
if ite and not VP:HasAuctionator("OnTooltipSetItem") then
if item and not VP:HasAuctionator("OnTooltipSetItem") then
local sellPrice, classID = select(11, GetItemInfo(item))
if sellPrice and sellPrice > 0 and not CheckRecipe(tt, classID, true) then
SetTooltipMoney(tt, sellPrice, nil, SELL_PRICE_TEXT)
Expand Down

0 comments on commit 63577c1

Please sign in to comment.