热更bug修复3

back_recharge
duhui 2023-01-27 23:38:40 +08:00
parent b996736cd8
commit 5151dc65af
1 changed files with 5 additions and 1 deletions

View File

@ -54,7 +54,11 @@ public class HeroVo {
this.HMEquipPositionMap = new HashMap<>(hero.getEquipByHongmengPositionMap(heroManager));
this.faBaoGongMingSkillMap = new HashMap<>(heroManager.getFaBaoGongMingSkillMap());
this.userMountValidTime = new HashMap<>(user.getPlayerInfoManager().getUserMountValidTime());
this.jewelMap = new HashMap<>(CBean2Proto.jewelOfLocal(user,hero));
try {
this.jewelMap = new HashMap<>(CBean2Proto.jewelOfLocal(user,hero));
}catch (Exception e){
e.printStackTrace();
}
}
public String getId() {