summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2014-03-11 05:06:38 +0100
committerHaru <haru@dotalux.com>2014-03-16 23:21:08 +0100
commit0e58529609ae84540ca340193abf9ca1e8166b72 (patch)
tree28f11daa6e662267e5f1ecd5655cbc46c277c076 /src/map/map.h
parentab878900afdb9c9caa58b7f84f0a12b6283edf2b (diff)
downloadhercules-0e58529609ae84540ca340193abf9ca1e8166b72.tar.gz
hercules-0e58529609ae84540ca340193abf9ca1e8166b72.tar.bz2
hercules-0e58529609ae84540ca340193abf9ca1e8166b72.tar.xz
hercules-0e58529609ae84540ca340193abf9ca1e8166b72.zip
Added --load-script commandline argument
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h
index 270931689..c1eaeb40d 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -992,7 +992,7 @@ struct map_interface {
struct mob_data * (*getmob_boss) (int16 m);
struct mob_data * (*id2boss) (int id);
// reload config file looking only for npcs
- void (*reloadnpc) (bool clear);
+ void (*reloadnpc) (bool clear, const char * const *extra_scripts, int extra_scripts_count);
int (*check_dir) (int s_dir,int t_dir);
uint8 (*calc_dir) (struct block_list *src,int16 x,int16 y);