fix auction sell item error
This commit is contained in:
+1
-2
@@ -293,8 +293,7 @@ local function HookTooltip(tooltip)
|
|||||||
insideHook = true
|
insideHook = true
|
||||||
original_SetAuctionSellItem(self)
|
original_SetAuctionSellItem(self)
|
||||||
insideHook = false
|
insideHook = false
|
||||||
local _, _, id = strfind(GetAuctionSellItemLink() or "", "item:(%d+)")
|
self.itemID = tonumber(GetItemIDByName(GetAuctionSellItemInfo()))
|
||||||
self.itemID = tonumber(id)
|
|
||||||
ExtendTooltip(self)
|
ExtendTooltip(self)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user