逐胜商店刷新错误
parent
9b545e5eea
commit
0602b9f003
|
@ -15,7 +15,7 @@ public class ChampionFunction implements FunctionManager {
|
|||
return;
|
||||
}
|
||||
ChampionshipLogic.start();
|
||||
Poster.getPoster().dispatchEvent(new FunctionRefreshEvent(FunctionIdEnum.Arena.getFunctionType(),-1));
|
||||
// Poster.getPoster().dispatchEvent(new FunctionRefreshEvent(FunctionIdEnum.TopBattle.getFunctionType(),-1));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -233,6 +233,7 @@ public class StoreLogic implements IEventHandler {
|
|||
StoreInfo storeInfo = it.next().getValue();
|
||||
SStoreTypeConfig sStoreTypeConfig = SStoreTypeConfig.getsStoreTypeConfigMap().get(storeInfo.getId());
|
||||
if(null == sStoreTypeConfig){
|
||||
removeStoreIds.add(storeInfo.getId());
|
||||
continue;
|
||||
}
|
||||
if (sStoreTypeConfig.getStoreOpenRule() ==2 || sStoreTypeConfig.getStoreOpenRule() ==5 || sStoreTypeConfig.getStoreOpenRule() ==6 || sStoreTypeConfig.getStoreOpenRule() ==7){
|
||||
|
|
Loading…
Reference in New Issue