Kaynağa Gözat

* Fixed Acid Demonstration (and probably some other skills) working wrong on high-rate servers (thanks to [Funt] for the idea)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13694 54d463be-8e91-2dee-dedb-b68131a5f0ec
akrus 16 yıl önce
ebeveyn
işleme
97f947bb63
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/map/battle.c

+ 1 - 1
src/map/battle.c

@@ -2758,7 +2758,7 @@ struct Damage battle_calc_misc_attack(struct block_list *src,struct block_list *
 			cardfix=cardfix*(100-tsd->long_attack_def_rate)/100;
 
 		if (cardfix != 10000)
-			md.damage=md.damage*cardfix/10000;
+			md.damage=md.damage*(cardfix/10000);
 	}
 
 	if (sd && (i = pc_skillatk_bonus(sd, skill_num)))