逐胜商店刷新错误

back_recharge
jiahuiwen 2021-12-24 13:55:03 +08:00
parent 9b545e5eea
commit 0602b9f003
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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){