diff options
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 { |