diff --git a/TradeSkillMaster_AuctionDB/Modules/Scanning.lua b/TradeSkillMaster_AuctionDB/Modules/Scanning.lua index 3e4e76f..b87f42e 100644 --- a/TradeSkillMaster_AuctionDB/Modules/Scanning.lua +++ b/TradeSkillMaster_AuctionDB/Modules/Scanning.lua @@ -386,7 +386,7 @@ function Scan:GetAllScanQuery() if not canGetAll then return TSM:Print(L["Can't run a GetAll scan right now."]) end if not canScan then return TSMAPI:CreateTimeDelay(0.5, Scan.GetAllScanQuery) end Scan:RegisterEvent("AUCTION_ITEM_LIST_UPDATE") - QueryAuctionItems("", nil, nil, nil, nil, nil, nil, nil, nil, true) + QueryAuctionItems("", nil, nil, 0, 0, 0, 0, 0, 0, true) TSMAPI.Threading:Start(Scan.ProcessGetAllScan, 1, function() -- Pass through the cached "full scan complete elapsed" value, which ONLY -- contains a value if the latest full scan was successfully completed.