1
This commit is contained in:
parent
ea87ce44af
commit
0d50172f85
@ -536,7 +536,7 @@ class TameBattleDataService extends BaseService {
|
|||||||
$data['members'] = array();
|
$data['members'] = array();
|
||||||
$pvp_mode = getXVal($this->allInfo,'pvp_match_mode', 0);
|
$pvp_mode = getXVal($this->allInfo,'pvp_match_mode', 0);
|
||||||
foreach ($this->teamInfo as $info){
|
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;
|
$oldRank = 0;
|
||||||
$newRank = 0;
|
$newRank = 0;
|
||||||
$oldScore = 0;
|
$oldScore = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user