公会副本修改

lvxinran 2020-11-30 10:50:30 +08:00
parent 171bbd248d
commit 6789a64113
1 changed files with 18 additions and 16 deletions

View File

@ -203,6 +203,7 @@ public class GuildChallengeLogic {
int damageInt = checkResult[1];
if(checkResult[0]==1) {
if(guildInfo.getBossHpRemain()!=-1){
kill = 1;
//重置boss血量
if(guildInfo.getCurrBossId()!=configMap.size()){
@ -220,6 +221,7 @@ public class GuildChallengeLogic {
} else {
guildInfo.updateExp(guildInfo.getExp() + config.getLegionExp());
}
}
}else if(checkResult[0]==0){
//怪物保持在第四位
if(guildInfo.getBossHpRemain()!=-1){