back_recharge
wangyuan 2019-08-08 13:51:50 +08:00
parent b2a4a89d4c
commit 1c420aba0c
1 changed files with 1 additions and 1 deletions

View File

@ -692,7 +692,7 @@ public class CombatLogic {
return;
}
int[][] costs = new int[1][];
costs[0] =new int[]{SGameSetting.getGameSetting().getInvasionBossItem(),fightTimes};
costs[0] =new int[]{Global.INVASIONBOSS_TICKET,fightTimes};
boolean enough = ItemUtil.fightItemCost(user,costs);
if(!enough){
MessageUtil.sendErrorResponse(session,0, MessageTypeProto.MessageType.ADVENTURE_BOSS_CHALLENGE_RESPONSE_VALUE,"道具不足");