...
This commit is contained in:
parent
daf07c16e1
commit
1200480a64
@ -1178,7 +1178,7 @@ class ShopController extends BaseAuthedController
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$gold = 500;
|
$gold = 0;
|
||||||
if ($gold < $cost) {
|
if ($gold < $cost) {
|
||||||
$this->_rspErr(2, 'gold is not enough');
|
$this->_rspErr(2, 'gold is not enough');
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user