back_recharge
wangyuan 2019-08-08 16:45:17 +08:00
parent b0e090433a
commit b5e8f34b6f
1 changed files with 1 additions and 1 deletions

View File

@ -753,7 +753,7 @@ public class CombatLogic {
} }
RedisUtil.getInstence().putMapEntry(RedisKey.ADVENTRUEN_BOSS_INFO,"",bossId,adventureBoss); RedisUtil.getInstence().putMapEntry(RedisKey.ADVENTRUEN_BOSS_INFO,"",bossId,adventureBoss);
} }
costs[0] =new int[]{SGameSetting.getGameSetting().getInvasionBossItem(),i}; costs[0] =new int[]{Global.INVASIONBOSS_TICKET,i};
ItemUtil.itemCost(user, costs, BIReason.CHALLENGE_INVASIONBOSS_CONSUME, i); ItemUtil.itemCost(user, costs, BIReason.CHALLENGE_INVASIONBOSS_CONSUME, i);
RedisUtil.getInstence().incrementZsetScore(RedisKey.ADVENTRUEN_BOSS_RANK,"",Integer.toString(uid),totalHurt); RedisUtil.getInstence().incrementZsetScore(RedisKey.ADVENTRUEN_BOSS_RANK,"",Integer.toString(uid),totalHurt);
FightInfoProto.AdventurenBossChallengeResponse build = builder.setHurtNums(totalHurt) FightInfoProto.AdventurenBossChallengeResponse build = builder.setHurtNums(totalHurt)