summaryrefslogtreecommitdiff
path: root/src/map/skill.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-22 14:57:55 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-03-22 14:57:55 +0000
commit782af771684f613e20111bd498ccd1b885978551 (patch)
tree66f285d5e1847bcaf869b8b13c321c0664be5594 /src/map/skill.c
parent4efdd5fd43c19b846de528610fd9233f52978063 (diff)
downloadhercules-782af771684f613e20111bd498ccd1b885978551.tar.gz
hercules-782af771684f613e20111bd498ccd1b885978551.tar.bz2
hercules-782af771684f613e20111bd498ccd1b885978551.tar.xz
hercules-782af771684f613e20111bd498ccd1b885978551.zip
- Twilight Pharmacy's cast time is no longer reducable by dex.
- All weapon enchant levels now last 3 minutes. - Corrected Ankle Snare/Spider Web having a 1% chance to trap rather than 100% - Food boosts are now dispelled on death only. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10050 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 c625ab80f..33113f9ac 100644
--- a/src/map/skill.c
+++ b/src/map/skill.c
@@ -7209,7 +7209,7 @@ int skill_unit_onplace_timer (struct skill_unit *src, struct block_list *bl, uns
case UNT_ANKLESNARE:
if(sg->val2==0 && tsc){
int sec = skill_get_time2(sg->skill_id,sg->skill_lv);
- if (status_change_start(bl,type,100,sg->skill_lv,sg->group_id,0,0,sec, 8))
+ if (status_change_start(bl,type,10000,sg->skill_lv,sg->group_id,0,0,sec, 8))
{
struct TimerData* td = get_timer(tsc->data[type].timer);
if (td) sec = DIFF_TICK(td->tick, tick);