Merge branch 'master_test_gn' into master_test_gn_zf

back_recharge
duhui 2021-08-30 18:00:40 +08:00
commit 7c534b9955
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());