summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/pc.c')
-rw-r--r--src/map/pc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index 8586270b8..e181b5f89 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -5354,10 +5354,6 @@ static int pc_autocast_clear(struct map_session_data *sd)
sd->autocast.itemskill_check_conditions = false;
sd->autocast.itemskill_instant_cast = false;
sd->autocast.itemskill_cast_on_self = false;
- sd->state.itemskill_conditions_checked = 0;
- sd->state.itemskill_check_conditions = 0;
- sd->state.itemskill_no_casttime = 0;
- sd->state.itemskill_castonself = 0;
return 1;
}