召唤首领修改

back_recharge
lvxinran 2019-07-08 19:56:25 +08:00
parent cab55a367c
commit ed20d889cb
1 changed files with 3 additions and 3 deletions

View File

@ -2127,9 +2127,9 @@ public class MapLogic {
int[][] bossType = config.getRandomBossType();
type = MathUtils.randomFromWeight(bossType);
if(mapManager.getTower()%5!=0){
type = 3;
}
// if(mapManager.getTower()%5!=0){
// type = 3;
// }
LOGGER.info("trigger!!!!!!!!!!!!!!!!!-------->{},{}",CellUtil.pos2XY(mapManager.getCurXY())[0],CellUtil.pos2XY(mapManager.getCurXY())[1]);
int[][][] pointId = config.getRandomMapPointId();
int mapId = config.getMapId();