From e7e63791b1caa7f36f8417119e71e6911236b62e Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 25 Jul 2019 19:57:52 +0800 Subject: [PATCH] 1 --- 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 fe38453..20f9876 100644 --- a/webapp/controller/ShopController.class.php +++ b/webapp/controller/ShopController.class.php @@ -272,7 +272,7 @@ class ShopController{ } if ($_REQUEST['type'] == 3) { $p = $this->getParameter(RAND_SHOP_GOLD); - $this->SubCoin($p['param_value'], $account_id); + $this->SubCoin($p['param_value'], $account_id, 1); } unset($user_db['shop_list']); $shop_list = $this->randomShop();