fix
parent
7cbe91a672
commit
3600ce66db
|
@ -923,6 +923,9 @@ public class HeroLogic {
|
|||
while (iterator.hasNext()){
|
||||
Map.Entry<Integer, Integer> item = iterator.next();
|
||||
Integer propertyId = item.getKey();
|
||||
if(propertyId == HeroAttributeEnum.EquipForce.getPropertyId()){
|
||||
continue;
|
||||
}
|
||||
SPropertyConfig sPropertyConfig = SPropertyConfig.getsPropertyConfigByPID(propertyId);
|
||||
int targetPropertyId = sPropertyConfig.getTargetPropertyId();
|
||||
if(targetPropertyId == 0){
|
||||
|
|
Loading…
Reference in New Issue