From 0d50172f85b763464b26c732d5f18b6e68aa7591 Mon Sep 17 00:00:00 2001 From: hujiabin <519660157@qq.com> Date: Tue, 25 Jul 2023 14:48:18 +0800 Subject: [PATCH] 1 --- webapp/services/TameBattleDataService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/services/TameBattleDataService.php b/webapp/services/TameBattleDataService.php index 6efaf18a..988d50cf 100644 --- a/webapp/services/TameBattleDataService.php +++ b/webapp/services/TameBattleDataService.php @@ -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;