summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-03-11 11:21:27 -0600
committerJared Adams <jaxad0127@gmail.com>2009-03-11 11:21:27 -0600
commit942dfed655b9e59a20e93e28bb41fe779516bc86 (patch)
tree53e6feaaac186507021dc6fa5422f40817a3e794 /src/map/clif.c
parentbdc081d262eeb2adb3f3352026be431b846e48b1 (diff)
downloadtmwa-942dfed655b9e59a20e93e28bb41fe779516bc86.tar.gz
tmwa-942dfed655b9e59a20e93e28bb41fe779516bc86.tar.bz2
tmwa-942dfed655b9e59a20e93e28bb41fe779516bc86.tar.xz
tmwa-942dfed655b9e59a20e93e28bb41fe779516bc86.zip
FIx a bug dealing with storage and scripting
Also remove some depug printing statements that were accidentally commited
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index dbee8b8..61377d2 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -7682,6 +7682,8 @@ void clif_parse_CloseKafra(int fd, struct map_session_data *sd) {
storage_guild_storageclose(sd);
else
storage_storageclose(sd);
+
+ map_scriptcont(sd, sd->npc_id);
}
/*==========================================