This commit is contained in:
hujiabin 2023-07-25 14:48:18 +08:00
parent ea87ce44af
commit 0d50172f85

View File

@ -536,7 +536,7 @@ class TameBattleDataService extends BaseService {
$data['members'] = array();
$pvp_mode = getXVal($this->allInfo,'pvp_match_mode', 0);
foreach ($this->teamInfo as $info){
$info['team_rank'] = getXVal($this->allInfo,'pvp_team_rank', 0);
$info['pvp_team_rank'] = getXVal($this->allInfo,'pvp_team_rank', 0);
$oldRank = 0;
$newRank = 0;
$oldScore = 0;