From 0feabf30cee1c3cdf11de52d1ac3a5b3ca7536fc Mon Sep 17 00:00:00 2001 From: aleos89 Date: Tue, 30 Aug 2016 18:57:05 -0400 Subject: [PATCH] Fixed Eclage skill animations * Resolved Eclage skills not showing their animations. Thanks to @Tokeiburu! --- src/map/skill.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/map/skill.c b/src/map/skill.c index 5184f9c9ad..5eb1b60a19 100755 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -10092,6 +10092,7 @@ int skill_castend_nodamage_id (struct block_list *src, struct block_list *bl, ui status_change_end(bl, SC_DECREASEAGI, INVALID_TIMER); break; } + clif_skill_damage(src, bl, tick, status_get_amotion(src), 0, -30000, 1, skill_id, 1, DMG_SKILL); clif_skill_nodamage(src,bl,skill_id,skill_lv,1); break;