1
This commit is contained in:
parent
5a93f1ed81
commit
47d476a33c
@ -39,7 +39,7 @@ class MarketController extends BaseController {
|
|||||||
'sold_num' => 0,
|
'sold_num' => 0,
|
||||||
'inventory_num' => 0,
|
'inventory_num' => 0,
|
||||||
'hint' => $currBatchMeta['hint'],
|
'hint' => $currBatchMeta['hint'],
|
||||||
'buyed' => 0
|
'buyed' => rand() % 2 < 1 ? 0 : 1
|
||||||
);
|
);
|
||||||
|
|
||||||
$batchMetas = mt\MarketGoods::getBatchMetas($currBatchMeta['batch_id']);
|
$batchMetas = mt\MarketGoods::getBatchMetas($currBatchMeta['batch_id']);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user