1
This commit is contained in:
parent
3667a883dc
commit
8dc822a201
@ -466,7 +466,6 @@ class BattleDataService extends BaseService {
|
|||||||
$todayPveGetFragmentNum = $this->_getDailyV(TN_DAILY_PVE_GET_FRAGMENT_NUM, 0);
|
$todayPveGetFragmentNum = $this->_getDailyV(TN_DAILY_PVE_GET_FRAGMENT_NUM, 0);
|
||||||
$todayPvpGetFragmentNum = $this->_getDailyV(TN_DAILY_PVP_GET_FRAGMENT_NUM, 0);
|
$todayPvpGetFragmentNum = $this->_getDailyV(TN_DAILY_PVP_GET_FRAGMENT_NUM, 0);
|
||||||
|
|
||||||
$this->_incDailyV(TN_DAILY_PVP_BATTLE_TIMES, 1);
|
|
||||||
if ($todayPveGetFragmentNum + $todayPvpGetFragmentNum > 2) {
|
if ($todayPveGetFragmentNum + $todayPvpGetFragmentNum > 2) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user