鸿蒙阵,魂灵宝bug修改

back_recharge
duhui 2021-02-19 15:50:46 +08:00
parent 256fff3c57
commit 944b5d5405
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}