...
This commit is contained in:
parent
daf07c16e1
commit
1200480a64
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user