跨服十绝阵,次数刷新问题
parent
cacac662d3
commit
c880ba81a0
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue