屏蔽主角神觉加成
parent
3c206afe24
commit
5d19ec5926
|
|
@ -2797,7 +2797,8 @@ public class HeroLogic {
|
|||
heroAllAttribute.put(HeroAttributeEnum.CurHP.getPropertyId(), heroAllAttribute.get(GlobalsDef.HP_TYPE));
|
||||
|
||||
// 主角六道神脉(要先计算并返回对灵兽,神兵,变身卡的属性加成,用于他们的系统计算)
|
||||
Map<Integer,Integer> systemPropAdd = applyPlayerMeridiansAttribute(heroAllAttribute,user);
|
||||
Map<Integer,Integer> systemPropAdd = null;
|
||||
// Map<Integer,Integer> systemPropAdd = applyPlayerMeridiansAttribute(heroAllAttribute,user);
|
||||
// 主角属性加成
|
||||
applyPlayerAndSkill(heroAllAttribute, user,systemPropAdd);
|
||||
// 灵兽和神兵
|
||||
|
|
|
|||
Loading…
Reference in New Issue