神魔遗漏脚本

back_recharge
yuanshuai 2022-03-31 15:22:04 +08:00
parent 4d0ff71928
commit e403b6a884
1 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,10 @@ public class FamilyHeroInfo {
}
public int getPropertyId() {
if (propertyId == 0) {
SCHero scHero = SCHero.getsCHero().get(templeteId);
return scHero.getPropertyName();
}
return propertyId;
}