diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-09 14:51:17 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-09 14:51:17 +0000 |
commit | 82e095822ab5b3638dad0beef8d974d155fc7d2d (patch) | |
tree | 20aab3e676eff19703eba55d048b09542602c936 /src/map/atcommand.c | |
parent | 78d148b352731f8af910251e3700d3eaa9d59cf7 (diff) | |
download | hercules-82e095822ab5b3638dad0beef8d974d155fc7d2d.tar.gz hercules-82e095822ab5b3638dad0beef8d974d155fc7d2d.tar.bz2 hercules-82e095822ab5b3638dad0beef8d974d155fc7d2d.tar.xz hercules-82e095822ab5b3638dad0beef8d974d155fc7d2d.zip |
* 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
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(); |