summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/map/skill.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/map/skill.c b/src/map/skill.c
index f679c3f6a..bff9c0e5c 100644
--- a/src/map/skill.c
+++ b/src/map/skill.c
@@ -4219,11 +4219,6 @@ static void skill_castend_type(int type, struct block_list *src, struct block_li
skill->castend_damage_id(src, bl, skill_id, skill_lv, tick, flag);
break;
}
-
- struct map_session_data *sd = BL_CAST(BL_PC, src);
-
- if (sd != NULL)
- pc->autocast_clear(sd);
}
/*==========================================