back_recharge
wangyuan 2019-06-05 20:23:56 +08:00
parent 7cbe91a672
commit 3600ce66db
1 changed files with 3 additions and 0 deletions

View File

@ -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){