1
This commit is contained in:
parent
0ded0384af
commit
a3fe93b04c
@ -116,7 +116,7 @@ class BattleDataService extends BaseService {
|
||||
}
|
||||
}
|
||||
switch ($matchMode) {
|
||||
case 0:
|
||||
case self::MATCH_MODE_PVP:
|
||||
{
|
||||
//匹配赛模式
|
||||
$this->updatePvpData();
|
||||
@ -125,12 +125,12 @@ class BattleDataService extends BaseService {
|
||||
$this->_incDailyV(TN_DAILY_PVP_BATTLE_TIMES, 1);
|
||||
}
|
||||
break;
|
||||
case 1:
|
||||
case self::MATCH_MODE_MATCH:
|
||||
{
|
||||
//排位赛
|
||||
}
|
||||
break;
|
||||
case 2:
|
||||
case self::MATCH_MODE_PVE:
|
||||
{
|
||||
//pve
|
||||
$this>updatePveData();
|
||||
|
Loading…
x
Reference in New Issue
Block a user