diff --git a/lua/app/global/global_func.lua b/lua/app/global/global_func.lua index 8e5df18c..e3706260 100644 --- a/lua/app/global/global_func.lua +++ b/lua/app/global/global_func.lua @@ -580,7 +580,7 @@ end function GFunc.checkCost(id, num, showToast, giftType) if num <= 0 then - return false + return true end local count = DataManager.BagData.ItemData:getItemNumById(id) if count < num then