diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-01 16:52:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-01 16:52:15 +0300 |
commit | dc7c6e13e5535e4fe78bb84f9920347880022327 (patch) | |
tree | dc07f3964e1f3a360256ebf9a82744a1961f059b /src/map/npc.h | |
parent | 359730d16f0444da91d678302260a903b18be607 (diff) | |
download | evol-hercules-dc7c6e13e5535e4fe78bb84f9920347880022327.tar.gz evol-hercules-dc7c6e13e5535e4fe78bb84f9920347880022327.tar.bz2 evol-hercules-dc7c6e13e5535e4fe78bb84f9920347880022327.tar.xz evol-hercules-dc7c6e13e5535e4fe78bb84f9920347880022327.zip |
map: allow use npc with any id in allowed range.
Diffstat (limited to 'src/map/npc.h')
-rw-r--r-- | src/map/npc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/npc.h b/src/map/npc.h index f4ca1b9..5e424e9 100644 --- a/src/map/npc.h +++ b/src/map/npc.h @@ -9,4 +9,6 @@ void enpc_parse_unknown_mapflag(const char *name, char *w3, char *w4, const char int enpc_buysellsel(struct map_session_data* sd, int *id, int *type); +bool enpc_db_checkid(int *idPtr); + #endif // EVOL_MAP_NPC |