神魔遗漏脚本
parent
4d0ff71928
commit
e403b6a884
|
@ -31,6 +31,10 @@ public class FamilyHeroInfo {
|
|||
}
|
||||
|
||||
public int getPropertyId() {
|
||||
if (propertyId == 0) {
|
||||
SCHero scHero = SCHero.getsCHero().get(templeteId);
|
||||
return scHero.getPropertyName();
|
||||
}
|
||||
return propertyId;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue