From 0f481d207534f270140f2d7aeb92125f08333ffe Mon Sep 17 00:00:00 2001 From: Inkfish Date: Fri, 22 May 2009 12:14:54 +0000 Subject: Splash attack doesn't cause any status effects or autocasts any more.(bugreport:2661) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13801 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/battle.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/map/battle.c') diff --git a/src/map/battle.c b/src/map/battle.c index f26a56b89..410413e7b 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -1044,9 +1044,11 @@ static struct Damage battle_calc_weapon_attack(struct block_list *src,struct blo s_ele = s_ele_ = wflag; //element comes in flag. break; - case LK_SPIRALPIERCE: - if (!sd) nk &= ~NK_NO_ELEFIX; //forced neutral for monsters - break; + // TODO: A patch here doesn't work anymore since mechanism has changed. + // If mob's spiral pierce is forced neutral is under investigation. + //case LK_SPIRALPIERCE: + // if (!sd) nk &= ~NK_NO_ELEFIX; //forced neutral for monsters + // break; } if(!skill_num) -- cgit v1.2.3-70-g09d2