Skip to content

Commit

Permalink
quickbuy fix
Browse files Browse the repository at this point in the history
derfloh205 committed Dec 6, 2024
1 parent 2d4d0a1 commit 2beb3e1
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 2 additions & 0 deletions Data/News.lua
Original file line number Diff line number Diff line change
@@ -18,6 +18,8 @@ function CraftSim.NEWS:GET_NEWS(itemMap)
f.bb(" Hello and thank you for using CraftSim!\n"),
f.bb(" ( You are awesome! )"),
newP("19.7.2"),
f.p .. "Fixed " .. f.bb("QuickBuy") .. " reset on list refresh",
f.a .. "- Now always starts a new search",
f.p .. "Locals Update",
f.a .. "- " .. f.bb("esES") .. " by: " .. f.bb("https://github.com/GarikGangrel"),
newP("19.7.1"),
8 changes: 3 additions & 5 deletions Modules/CraftQueue/CraftQueue.lua
Original file line number Diff line number Diff line change
@@ -1156,12 +1156,10 @@ function CraftSim.CRAFTQ:AuctionatorQuickBuy()
end

if status(QB_STATUS.SEARCH_READY) then
mapSearchResultRows(allItemSearchStrings)
if not matchSearchResultRows(allItemSearchStrings) then
print("- No Match with Results: DoSearch")
AuctionatorShoppingFrame:DoSearch(allItemSearchStrings)
end
wipe(qbCache.resultRows)
AuctionatorShoppingFrame:DoSearch(allItemSearchStrings)
set(QB_STATUS.SEARCH_STARTED)
return
end

if status(QB_STATUS.SEARCH_STARTED) then

0 comments on commit 2beb3e1

Please sign in to comment.