删除法宝职业额外加成
parent
fb3c445361
commit
870b745e05
|
@ -1279,16 +1279,6 @@ public class HeroLogic{
|
|||
Map<Integer, Map<Integer, SEquipTalismana>> equipTalismanaMap = SEquipTalismana.equipTalismanaStarMap;
|
||||
SEquipTalismana equipTali = equipTalismanaMap.get(equipTempId).get(tempStar);
|
||||
combinedAttribute(equipTali.getProperty(),heroAllAttribute);
|
||||
//法宝职业额外加成
|
||||
SCHero tempHero = SCHero.getsCHero().get(hero.getTemplateId());
|
||||
int[][] specialProperty = equipTali.getSpecialProperty();
|
||||
for(int i = 0 ; i < specialProperty.length;i++){
|
||||
if(tempHero.getProfession()==specialProperty[i][0]){
|
||||
int [][] property = new int[1][];
|
||||
property[0] = new int[]{specialProperty[i][1],specialProperty[i][2]};
|
||||
combinedAttribute(property, heroAllAttribute);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//魂印加成
|
||||
|
|
Loading…
Reference in New Issue