diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/map/atcommand.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c index fcba7b5dd..f13306fed 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -4777,6 +4777,7 @@ int atcommand_unloadnpc(const int fd, struct map_session_data* sd, const char* c npc_unload_duplicates(nd); npc_unload(nd); + npc_read_event_script(); clif_displaymessage(fd, msg_txt(112)); // Npc Disabled. return 0; } |