summaryrefslogtreecommitdiff
path: root/src/map/skill.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/skill.c')
-rw-r--r--src/map/skill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/skill.c b/src/map/skill.c
index 5ceff376f..f28d50c6e 100644
--- a/src/map/skill.c
+++ b/src/map/skill.c
@@ -4223,7 +4223,7 @@ static void skill_castend_type(int type, struct block_list *src, struct block_li
struct map_session_data *sd = BL_CAST(BL_PC, src);
if (sd != NULL)
- pc->itemskill_clear(sd);
+ pc->autocast_clear(sd);
}
/*==========================================