This commit is contained in:
hujiabin 2024-05-14 15:01:43 +08:00
parent ee0d03af89
commit 909062a9ad

View File

@ -85,7 +85,7 @@ class RoomBattleDataService extends BaseService {
$newRank=$userDb['rank']; $newRank=$userDb['rank'];
$ranked = $this->getMyRanked($account); $ranked = $this->getMyRanked($account);
$newScore = FormulaService::calcBattleAfterRankScoreNew($userDb,$ranked,$teamRanked,$winningPro); $newScore = FormulaService::calcBattleAfterRankScoreNew($userDb,$ranked,$teamRanked,$winningPro);
if ($account == "6517_2006_s1_0_104162729566475397176"){ if ($account == "6513_2006_VBpXS6ACSw6oqbEspB3N1ezsAty0IIvk"){
error_log("RankParam: ".json_encode(array( error_log("RankParam: ".json_encode(array(
'rank' => $ranked, 'rank' => $ranked,
'teamRank' => $teamRanked, 'teamRank' => $teamRanked,