summaryrefslogtreecommitdiff
path: root/src/map/skill.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-09 19:28:58 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-09 19:28:58 +0000
commit3e87e8e3153ec82d1c3c2cea32dd910323949455 (patch)
treed7bd52f160bf9a4d83c6b5a10f5a9d1e18c5439d /src/map/skill.c
parentd0a7c2090946362a77301684f50e2c350b0e2218 (diff)
downloadhercules-3e87e8e3153ec82d1c3c2cea32dd910323949455.tar.gz
hercules-3e87e8e3153ec82d1c3c2cea32dd910323949455.tar.bz2
hercules-3e87e8e3153ec82d1c3c2cea32dd910323949455.tar.xz
hercules-3e87e8e3153ec82d1c3c2cea32dd910323949455.zip
- Fix on pc_skill which fixes overlapping when one gets more than one bonus for the same skill.
- Updated main.sql's loginlog table structure. - Added svn_update6533.sql to update the loginlog structure as suggested by theultramage. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6533 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 ec421d1c5..409cbcb4c 100644
--- a/src/map/skill.c
+++ b/src/map/skill.c
@@ -4087,7 +4087,7 @@ int skill_castend_nodamage_id (struct block_list *src, struct block_list *bl, in
dstsd->char_id == sd->status.partner_id ||
dstsd->char_id == sd->status.child
)) {
- status_change_start(src,SC_STUN,10000,skilllv,0,0,0,3000,8);
+ status_change_start(src,SC_STUN,10000,skilllv,0,0,0,500,8);
clif_skill_fail(sd,skillid,0,0);
break;
}