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;