提示信息修改
parent
e6f55bb76f
commit
3e9de07975
|
@ -654,7 +654,7 @@ public class TowerMap extends AbstractMap {
|
|||
}
|
||||
if(monsterAmount==0){
|
||||
//没有小怪,无需使用炸弹
|
||||
throw new ErrorCodeException(ErrorCode.SERVER_SELF_DEFINE);
|
||||
throw new ErrorCodeException(ErrorCode.TOWER_NO_SIMPLE_MONSTER);
|
||||
}
|
||||
boolean isUse = ItemUtil.itemCost(user,bomb,BIReason.BOMB_CONSUME,mapManager.getCurMapId());
|
||||
if(!isUse){
|
||||
|
|
Loading…
Reference in New Issue