From 1200480a6451ef9a10f7716d81d4daafcf831d02 Mon Sep 17 00:00:00 2001 From: songliang Date: Thu, 29 Jun 2023 10:49:50 +0800 Subject: [PATCH] ... --- webapp/controller/ShopController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/controller/ShopController.class.php b/webapp/controller/ShopController.class.php index ff0041f5..56338d4a 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -1178,7 +1178,7 @@ class ShopController extends BaseAuthedController return; } } else { - $gold = 500; + $gold = 0; if ($gold < $cost) { $this->_rspErr(2, 'gold is not enough'); return;