summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 97c0df9bb..3c1c33db5 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -10439,7 +10439,6 @@ void clif_parse_GMKick(int fd, struct map_session_data *sd) {
clif_GM_kickack(sd, 0);
} else if (target->type == BL_MOB) {
struct mob_data *md = (struct mob_data *)target;
- sd->state.attack_type = 0;
mob_damage(&sd->bl, md, md->hp, 2);
} else
clif_GM_kickack(sd, 0);