1
This commit is contained in:
parent
876f69fd7a
commit
60eb4f35e3
@ -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'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user