1
This commit is contained in:
parent
b1dc51850f
commit
3d2d674132
@ -149,8 +149,7 @@ class BattleDataService extends BaseService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//录入战斗记录
|
|
||||||
$this->saveBattleHistory();
|
|
||||||
|
|
||||||
switch ($matchMode) {
|
switch ($matchMode) {
|
||||||
case self::MATCH_MODE_PVP:
|
case self::MATCH_MODE_PVP:
|
||||||
@ -186,6 +185,8 @@ class BattleDataService extends BaseService {
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
//录入战斗记录
|
||||||
|
$this->saveBattleHistory();
|
||||||
}
|
}
|
||||||
|
|
||||||
private function saveBattleHistory(){
|
private function saveBattleHistory(){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user