diff --git a/webapp/controller/PassController.class.php b/webapp/controller/PassController.class.php index 132e390d..7dd99ae8 100644 --- a/webapp/controller/PassController.class.php +++ b/webapp/controller/PassController.class.php @@ -51,8 +51,8 @@ class PassController extends BaseAuthedController $data = emptyReplace(json_decode($row['data'], true), array()); $pass_price = \mt\Parameter::getVal('battlepass_price', ''); $lv_price = \mt\Parameter::getVal('battlepass_buy_lv_price', ''); - $pass_state = $this->_getV(TN_DAILY_BUY_PASS_STATE, 0); - $lv_state = $this->_getV(TN_DAILY_BUY_LEVEL_STATE, 0); + $pass_state = $this->_getDailyV(TN_DAILY_BUY_PASS_STATE, 0); + $lv_state = $this->_getDailyV(TN_DAILY_BUY_LEVEL_STATE, 0); $this->_rspData(array( 'time_info' => array( 'name' => $this->currSeasonMeta['battlepass_name'],