From 8c819cb2129210737155474c980be5ed157d4979 Mon Sep 17 00:00:00 2001 From: DracoRPG Date: Sat, 27 Jan 2007 04:03:12 +0000 Subject: Ooops... I'm definitely too bad. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9724 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/skill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/skill.c') diff --git a/src/map/skill.c b/src/map/skill.c index f3e2f24d8..7365b6d9b 100644 --- a/src/map/skill.c +++ b/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; -- cgit v1.2.3-60-g2f50