diff options
author | greenboxal2 <greenboxal2@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-11 22:07:39 +0000 |
---|---|---|
committer | greenboxal2 <greenboxal2@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-11 22:07:39 +0000 |
commit | 3ec480937ea4f48e37762d93fadb7909f31eea83 (patch) | |
tree | 6ec6f169c5bab16652d2f03311e87ae1a1b45041 /src/map/map.h | |
parent | 665602e6e9eb89f6bf87e15473c2a42974b7cce1 (diff) | |
download | hercules-3ec480937ea4f48e37762d93fadb7909f31eea83.tar.gz hercules-3ec480937ea4f48e37762d93fadb7909f31eea83.tar.bz2 hercules-3ec480937ea4f48e37762d93fadb7909f31eea83.tar.xz hercules-3ec480937ea4f48e37762d93fadb7909f31eea83.zip |
Fixed bugreport:6187 @reloadscript now reload map config files seeking for npcs.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16403 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h index fd13bf467..342c8723f 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -681,6 +681,9 @@ struct map_session_data * map_nick2sd(const char*); struct mob_data * map_getmob_boss(int m); struct mob_data * map_id2boss(int id); +// reload config file looking only for npcs +void map_reloadnpc(); + /// Bitfield of flags for the iterator. enum e_mapitflags { |