pvp:月卡增加最大次数
This commit is contained in:
@@ -446,7 +446,7 @@ export function getPlvAndScore(scores: number[] = []) {
|
||||
if(scores.length <= 0) scores = [0];
|
||||
let maxScore = Math.max(...scores); // 等级:军功最高者的军功*6
|
||||
let score = scores.reduce((pre, cur) => pre + cur, 0);
|
||||
return { score, pLv: getPLvByScore(maxScore * 6)};
|
||||
return { score, pLv: getPLvByScore(maxScore * param.PVP.PVP_LINEUP_HEROS)};
|
||||
}
|
||||
|
||||
export function getPvpHeroRewardsByScore(score: number) {
|
||||
|
||||
Reference in New Issue
Block a user