浏览代码

Ooops... I'm definitely too bad.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9724 54d463be-8e91-2dee-dedb-b68131a5f0ec
DracoRPG 18 年之前
父节点
当前提交
eb4dc651f8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/map/skill.c

+ 1 - 1
src/map/skill.c

@@ -1369,7 +1369,7 @@ int skill_additional_effect (struct block_list* src, struct block_list *bl, int
 		for(i=0; i < MAX_PC_BONUS && sd->addeff[i].flag; i++)
 		{
 			rate = sd->addeff[i].rate;
-			if (attack_type&BF_RANGED) // Any ranged physical attack takes status arrows into account (Grimtooth...) [DracoRPG]
+			if (attack_type&BF_LONG) // Any ranged physical attack takes status arrows into account (Grimtooth...) [DracoRPG]
 				rate += sd->addeff[i].arrow_rate;
 			if (!rate) continue;