summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorKenpachi Developer <Kenpachi.Developer@gmx.de>2020-01-26 21:52:43 +0100
committerHaru <haru@dotalux.com>2020-02-09 23:55:30 +0100
commit7b003f2028906218bb6cff68e5e97ec47ad6681e (patch)
treeb7e6da8dd38bfc407acf629909d2316adf8ac016 /src/map/clif.c
parent26eae1d9e811f3171078c675f233be1c0faa4109 (diff)
downloadhercules-7b003f2028906218bb6cff68e5e97ec47ad6681e.tar.gz
hercules-7b003f2028906218bb6cff68e5e97ec47ad6681e.tar.bz2
hercules-7b003f2028906218bb6cff68e5e97ec47ad6681e.tar.xz
hercules-7b003f2028906218bb6cff68e5e97ec47ad6681e.zip
Added pc_itemskill_clear() function.
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 50b81d25d..24de61ec0 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -12932,6 +12932,7 @@ static void clif_parse_UseSkillMap(int fd, struct map_session_data *sd)
pc->delinvincibletimer(sd);
skill->castend_map(sd,skill_id,map_name);
+ pc->itemskill_clear(sd);
}
static void clif_parse_RequestMemo(int fd, struct map_session_data *sd) __attribute__((nonnull (2)));