fix: semicolon missing (#10892)

This commit is contained in:
Weiyou Wang
2024-10-22 14:42:31 +11:00
committed by GitHub
parent cfcb6e8e19
commit 7df397a49c

View File

@@ -150,7 +150,7 @@ bool asst::CreditShoppingTask::credit_shopping(bool white_list_enabled, bool cre
auto clickCount = 0;
do {
ctrler()->click(commodity);
clickCount++
clickCount++;
} while (ProcessTask(*this, { "CreditShop-BuyIt" }).run() || clickCount > 3);
if (ProcessTask(*this, { "CreditShop-NoMoney" }).set_task_delay(0).set_retry_times(0).run()) {