跨服十绝阵,次数刷新问题

back_recharge
duhui 2021-08-30 18:00:13 +08:00
parent cacac662d3
commit c880ba81a0
1 changed files with 0 additions and 4 deletions

View File

@ -634,10 +634,6 @@ public class DeathPathLogic {
map = deathPathReward();
}
if(map.isEmpty()){
LOGGER.error("===================无十绝阵排行奖励信息");
return;
}
// 循环发奖
for (Map.Entry<Integer, Integer> entry : map.entrySet()) {
DeathChallengeCount reward = getDeathChallengeCount(entry.getValue());