试炼商店修改

back_recharge
lvxinran 2019-07-09 18:25:12 +08:00
parent eed7984934
commit fcd3811495
2 changed files with 3 additions and 4 deletions

View File

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

View File

@ -110,7 +110,6 @@ public class StoreLogic {
return;
}
StoreInfo storeInfo = storeManager.getStoreInfoMap().get(storeType);
sort = 1;
if(storeInfo==null){
long now = TimeUtils.now();
long startTime = now;