summaryrefslogtreecommitdiff
path: root/src/map/battle.c
diff options
context:
space:
mode:
authorInkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-05-22 12:14:54 +0000
committerInkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-05-22 12:14:54 +0000
commit0f481d207534f270140f2d7aeb92125f08333ffe (patch)
tree8c791ea9c8f25cae6885b2b3606bfc038fa6a9dd /src/map/battle.c
parentbacc1d9094c4a11fa66eae8136f72069d9acca7f (diff)
downloadhercules-0f481d207534f270140f2d7aeb92125f08333ffe.tar.gz
hercules-0f481d207534f270140f2d7aeb92125f08333ffe.tar.bz2
hercules-0f481d207534f270140f2d7aeb92125f08333ffe.tar.xz
hercules-0f481d207534f270140f2d7aeb92125f08333ffe.zip
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
Diffstat (limited to 'src/map/battle.c')
-rw-r--r--src/map/battle.c8
1 files changed, 5 insertions, 3 deletions
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)