1
This commit is contained in:
parent
2c45eee1ee
commit
7417e88927
@ -246,7 +246,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);
|
||||
}
|
||||
$ret = $conn->execScript('UPDATE user SET shop_flush_times=:shop_flush_times, modify_time=:modify_time ' .
|
||||
' WHERE accountid=:accountid;',
|
||||
|
Loading…
x
Reference in New Issue
Block a user