summaryrefslogtreecommitdiff
path: root/src/map/skill.c
diff options
context:
space:
mode:
authorzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-02-26 22:14:05 +0000
committerzephyrus <zephyrus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-02-26 22:14:05 +0000
commit2be5a82d3849a499377ece635b4ec3932dfc6ec9 (patch)
tree832ac26cb7f7b007d7525c2c89cbfa2460823393 /src/map/skill.c
parent288978d302ad332a8e22766278cb65dbd6f2a746 (diff)
downloadhercules-2be5a82d3849a499377ece635b4ec3932dfc6ec9.tar.gz
hercules-2be5a82d3849a499377ece635b4ec3932dfc6ec9.tar.bz2
hercules-2be5a82d3849a499377ece635b4ec3932dfc6ec9.tar.xz
hercules-2be5a82d3849a499377ece635b4ec3932dfc6ec9.zip
- Added new settings for autotrade on battle/misc.conf (you can read descriptions there).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12243 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/skill.c')
-rw-r--r--src/map/skill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/skill.c b/src/map/skill.c
index 706fd5bd1..39c048bad 100644
--- a/src/map/skill.c
+++ b/src/map/skill.c
@@ -4206,7 +4206,7 @@ int skill_castend_nodamage_id (struct block_list *src, struct block_list *bl, in
case SC_INCHITRATE: case SC_INCATKRATE: case SC_NEN:
case SC_READYSTORM: case SC_READYDOWN: case SC_READYTURN:
case SC_READYCOUNTER:case SC_DODGE: case SC_WARM:
- case SC_SPEEDUP1:
+ case SC_SPEEDUP1: case SC_AUTOTRADE:
continue;
}
if(i==SC_BERSERK) tsc->data[i]->val2=0; //Mark a dispelled berserk to avoid setting hp to 100 by setting hp penalty to 0.