diff options
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r-- | src/map/atcommand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c index 77b1edf0c..148cd5673 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -5897,7 +5897,7 @@ int atcommand_loadnpc(const int fd, struct map_session_data* sd, const char* com fclose(fp); // add to list of script sources and run it - npc_addsrcfile((char *)message); + npc_addsrcfile(message); npc_parsesrcfile((char *)message); npc_read_event_script(); |