删除远征圣物缓存

zhangshanxue 2020-07-02 16:05:49 +08:00
parent 8f8dc0e631
commit c4c03a12d8
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ public class ExpeditionLogic {
manager.getHeroMap().clear();
manager.clearEquipToTemp();
manager.clearEquip();
manager.getEffectItems().clear();
manager.setFreshTime((int)(openTimeOfFuntionCacheByType.getStartTime()/1000));
checkAndResetTreasure(user);
SGlobalSystemConfig sGlobalSystemConfig = STableManager.getConfig(SGlobalSystemConfig.class).get(FunctionIdEnum.Expedition.getFunctionType());