清除无用buff点
parent
9e32a22e06
commit
99febadec7
|
@ -13,7 +13,7 @@ public class EventType {
|
|||
public static final int businessman = 6;
|
||||
public static final int box = 7;
|
||||
public static final int hinder = 8;
|
||||
public static final int allEvents = 9;
|
||||
public static final int towerBuff = 9;
|
||||
public static final int suddenlyBoss = 11; //精英怪
|
||||
|
||||
/**
|
||||
|
|
|
@ -471,7 +471,8 @@ public class EndlessMap extends AbstractMap{
|
|||
}
|
||||
}
|
||||
private int getMapIdByWorldLevel() throws Exception {
|
||||
return GlobalDataManaager.getEndleeMapIdByLevel();
|
||||
return 4002;
|
||||
// return GlobalDataManaager.getEndleeMapIdByLevel();
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue