Commit 2beb3e1 1 parent 2d4d0a1 commit 2beb3e1 Copy full SHA for 2beb3e1
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ function CraftSim.NEWS:GET_NEWS(itemMap)
18
18
f .bb (" Hello and thank you for using CraftSim!\n " ),
19
19
f .bb (" ( You are awesome! )" ),
20
20
newP (" 19.7.2" ),
21
+ f .p .. " Fixed " .. f .bb (" QuickBuy" ) .. " reset on list refresh" ,
22
+ f .a .. " - Now always starts a new search" ,
21
23
f .p .. " Locals Update" ,
22
24
f .a .. " - " .. f .bb (" esES" ) .. " by: " .. f .bb (" https://github.com/GarikGangrel" ),
23
25
newP (" 19.7.1" ),
Original file line number Diff line number Diff line change @@ -1156,12 +1156,10 @@ function CraftSim.CRAFTQ:AuctionatorQuickBuy()
1156
1156
end
1157
1157
1158
1158
if status (QB_STATUS .SEARCH_READY ) then
1159
- mapSearchResultRows (allItemSearchStrings )
1160
- if not matchSearchResultRows (allItemSearchStrings ) then
1161
- print (" - No Match with Results: DoSearch" )
1162
- AuctionatorShoppingFrame :DoSearch (allItemSearchStrings )
1163
- end
1159
+ wipe (qbCache .resultRows )
1160
+ AuctionatorShoppingFrame :DoSearch (allItemSearchStrings )
1164
1161
set (QB_STATUS .SEARCH_STARTED )
1162
+ return
1165
1163
end
1166
1164
1167
1165
if status (QB_STATUS .SEARCH_STARTED ) then
You can’t perform that action at this time.
0 commit comments