From b6a4e310b0582097f61faf175a59a1056262f911 Mon Sep 17 00:00:00 2001 From: skotlex Date: Mon, 5 Feb 2007 18:16:33 +0000 Subject: - Fixed a duplicate warp name in Rachel - Fixed Venom Splasher not being Poison elemental - Cleaned up #blv - Fixed the skill tree not always updating when using @allskill - Probably fixed the target-change on melee attack setting not working. - Moved the deletion of the invincible timer when using skills so that it is not deleted for skills such as Ashura (when just selecting a target) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9791 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map/clif.c') diff --git a/src/map/clif.c b/src/map/clif.c index fb9b345d5..8f4e625f1 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -9702,8 +9702,6 @@ void clif_parse_UseSkillToId(int fd, struct map_session_data *sd) { if(sd->sc.option&(OPTION_WEDDING|OPTION_XMAS)) return; - pc_delinvincibletimer(sd); - if(target_id<0 && -target_id == sd->bl.id) // for disguises [Valaris] target_id = sd->bl.id; @@ -9755,6 +9753,8 @@ void clif_parse_UseSkillToId(int fd, struct map_session_data *sd) { skilllv = tmp; } + pc_delinvincibletimer(sd); + if (skilllv) unit_skilluse_id(&sd->bl, target_id, skillnum, skilllv); -- cgit v1.2.3-60-g2f50