summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-11-03 22:07:47 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-11-03 22:07:47 +0000
commit647558b6b91166728157e6d5cfcdb14891295a66 (patch)
treef5a8c0ab46998b688bcd9cd35272fedd4fe64331 /src/map/map.h
parent686a1e31a3a10093ff7898e3df9961ad913a1a1d (diff)
downloadhercules-647558b6b91166728157e6d5cfcdb14891295a66.tar.gz
hercules-647558b6b91166728157e6d5cfcdb14891295a66.tar.bz2
hercules-647558b6b91166728157e6d5cfcdb14891295a66.tar.xz
hercules-647558b6b91166728157e6d5cfcdb14891295a66.zip
Added script function 'strnpcinfo', for increased npc awareness (originally from jAthena).
Updated script reference doc. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11650 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h
index c4526bcb6..f5fe6a4b6 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -1324,6 +1324,7 @@ const char* map_charid2nick(int charid);
struct map_session_data* map_charid2sd(int charid);
struct map_session_data * map_id2sd(int);
+struct npc_data * map_id2nd(int);
struct block_list * map_id2bl(int);
#define map_id2index(id) map[(id)].index