From a223cdcba8fae1db3336daf4f0abf63a19f4077f Mon Sep 17 00:00:00 2001 From: Playtester Date: Fri, 24 Apr 2009 15:30:24 +0000 Subject: [PATCH] Fixed a small typo I did in my last Spiral Pierce fix, thanks to Inkfish for pointing it out (bugreport:3013) git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13697 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/battle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/battle.c b/src/map/battle.c index 31a20082fc..6f9228226d 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -1009,7 +1009,7 @@ static struct Damage battle_calc_weapon_attack(struct block_list *src,struct blo break; case LK_SPIRALPIERCE: - if (!sd) wd.flag=(wd.flag&~(BF_RANGEMASK|BF_WEAPONMASK))|BF_LONG|BF_WEAPON; + if (!sd) wd.flag=(wd.flag&~(BF_RANGEMASK|BF_WEAPONMASK))|BF_LONG|BF_MISC; break; } } else //Range for normal attacks.