摘星阁装备强化
parent
609bdac818
commit
dd541be780
|
@ -6504,6 +6504,9 @@ public class HeroLogic {
|
|||
hero.addEquipAdvanceLv(1);
|
||||
}
|
||||
else {
|
||||
if (type < 1 || type > 4){
|
||||
throw new ErrorCodeException(ErrorCode.SERVER_DEFINE,"装备位置错误:"+type);
|
||||
}
|
||||
Map<Integer, SHomeLandLevel> levelMap = STableManager.getConfig(SHomeLandLevel.class);
|
||||
HeroEquipStrong heroEquipStrong = hero.getEquipStrongMap().getOrDefault(type, new HeroEquipStrong(type));
|
||||
// 校验配置表
|
||||
|
|
Loading…
Reference in New Issue