冲榜奖励
parent
312aa58c95
commit
597d1c38ba
|
@ -357,15 +357,7 @@ public class OpenServerCompeteRankActivity extends AbstractActivity {
|
|||
// 获取邮件内容格式
|
||||
int mailText = SChongRankInfo.getMap().get(id).get(rankType).getMailText();
|
||||
String key = SErrorCodeEerverConfig.errorMap.get(mailText).getkey();
|
||||
// 分值
|
||||
String scoreStr = String.valueOf(score);
|
||||
// 类型3主线编队排行榜的分数需要特殊处理
|
||||
if (rankType == 3){
|
||||
int id = Long.valueOf(score).intValue();
|
||||
SMainLevelConfig config = SMainLevelConfig.getVirtualMap().get(id);
|
||||
scoreStr = config.getName();
|
||||
}
|
||||
return SErrorCodeEerverConfig.getFormatMessage(key, new Object[]{scoreStr,rank});
|
||||
return SErrorCodeEerverConfig.getFormatMessage(key, new Object[]{rank});
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue