鸿蒙阵,魂灵宝bug修改
parent
256fff3c57
commit
944b5d5405
|
@ -3885,7 +3885,7 @@ public class HeroLogic{
|
|||
soulEquip.heroTid = hero.getTemplateId();
|
||||
}
|
||||
} else {
|
||||
if (propertyItem.getLevel() < soulEquip.value){
|
||||
if (propertyItem.getLevel() < spiritEquip.value){
|
||||
spiritEquip.value = propertyItem.getLevel();
|
||||
spiritEquip.heroTid = hero.getTemplateId();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue