小怪数量修改

lvxinran 2021-01-01 00:20:38 +08:00
parent 8aa67eb6bf
commit fbdad03acd
1 changed files with 2 additions and 0 deletions

View File

@ -647,6 +647,8 @@ public class TowerMap extends AbstractMap {
Cell cell = callChief(user);
LOGGER.info("怪物数量:{}",monsterAmount);
mapManager.updateTrialKillCount(mapManager.getTrialInfo().getKillCount()+monsterAmount);
int[] bombReward = rewardResult.stream().mapToInt(Integer::valueOf).toArray();
CommonProto.Drop.Builder drop = ItemUtil.drop(user, bombReward, 1,0,BIReason.BOMB_REWARD);