1
This commit is contained in:
parent
d6dff8b6d8
commit
da6c86f5b3
@ -65,7 +65,7 @@ class MissionService extends BaseService {
|
||||
}
|
||||
$this->seasonBattleData = getXVal($seasonBattleData, 'season_data', array());
|
||||
$this->thisWeekBattleData = getXVal($seasonBattleData, 'this_week_data', array());
|
||||
$this->todayBattleData = getXVal($seasonBattleData, 'today_data', array());
|
||||
$this->todayBattleData = getXVal($this->hisBattleData, 'today_data', array());
|
||||
if (myself()->_getDaySeconds(getXVal($this->todayBattleData, 'modifytime', 0)) <
|
||||
myself()->_getNowDaySeconds()) {
|
||||
$this->todayBattleData = array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user