From 82e095822ab5b3638dad0beef8d974d155fc7d2d Mon Sep 17 00:00:00 2001 From: FlavioJS Date: Mon, 9 Apr 2007 14:51:17 +0000 Subject: * Cleanups at npc source file adding/removing. (one variable has been removed) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10195 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/atcommand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/atcommand.c') 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(); -- cgit v1.2.3-60-g2f50