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.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index c234966..d10effb 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -7608,11 +7608,6 @@ void clif_parse_CloseKafra(int fd, struct map_session_data *sd) {
storage_storageclose(sd);
else if (sd->state.storage_flag == 2)
storage_guild_storageclose(sd);
-
- if (sd->npc_flags.storage) {
- sd->npc_flags.storage = 0;
- map_scriptcont(sd, sd->npc_id);
- }
}
/*==========================================