试炼商店修改
parent
eed7984934
commit
fcd3811495
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue