diff --git a/webapp/controller/MarketController.class.php b/webapp/controller/MarketController.class.php index 4b163b44..d7b02706 100644 --- a/webapp/controller/MarketController.class.php +++ b/webapp/controller/MarketController.class.php @@ -291,6 +291,7 @@ class MarketController extends BaseController { myself()->_getMarketMysql(), 't_box_order', array( + 'game_id' => 2006, 'batch_idx' => $currBatchMeta['id'], 'order_id' => $orderId, 'type' => $type,