From e51b7f1d86c06916e8df0018e72712c73531373b Mon Sep 17 00:00:00 2001 From: aleos89 Date: Fri, 19 Feb 2016 10:06:04 -0500 Subject: [PATCH] Follow up to 8828312 * Compile error. Sorry! --- src/map/battle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/battle.c b/src/map/battle.c index b1e430ee7c..c7a0da3e24 100644 --- a/src/map/battle.c +++ b/src/map/battle.c @@ -7194,7 +7194,7 @@ enum damage_lv battle_weapon_attack(struct block_list* src, struct block_list* t break; } if (ud) { - int = skill_delayfix(src, skill_id, skill_lv); + int autospell_tick = skill_delayfix(src, skill_id, skill_lv); if (DIFF_TICK(ud->canact_tick, tick + autospell_tick) < 0) { ud->canact_tick = tick + autospell_tick;