Follow up to 8828312

* Compile error. Sorry!
This commit is contained in:
aleos89 2016-02-19 10:06:04 -05:00
parent 88283126e8
commit e51b7f1d86

View File

@ -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;