热更bug修复3
parent
b996736cd8
commit
5151dc65af
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue