diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-11 10:56:39 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-11 10:56:39 +0000 |
commit | a2af1f425fb90746191f5ae8ae1ee8624739c441 (patch) | |
tree | f6fd4534f507544682a2a3b67915f3be288f57e8 /src/map/npc.h | |
parent | 0f94f735f50a320d97c0dacb806de2a65662cc3c (diff) | |
download | hercules-a2af1f425fb90746191f5ae8ae1ee8624739c441.tar.gz hercules-a2af1f425fb90746191f5ae8ae1ee8624739c441.tar.bz2 hercules-a2af1f425fb90746191f5ae8ae1ee8624739c441.tar.xz hercules-a2af1f425fb90746191f5ae8ae1ee8624739c441.zip |
Fixed a missing include/export, and typos in the previous revision.
Corrected wrong length values in one charserver packet.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11714 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/npc.h')
-rw-r--r-- | src/map/npc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/npc.h b/src/map/npc.h index 908ca3382..07658d654 100644 --- a/src/map/npc.h +++ b/src/map/npc.h @@ -57,6 +57,7 @@ const char* npc_parse_warp(char* w1, char* w2, char* w3, char* w4, const char* s int npc_globalmessage(const char* name,const char* mes); void npc_setcells(struct npc_data* nd); +void npc_unsetcells(struct npc_data* nd); void npc_movenpc(struct npc_data* nd, int x, int y); int npc_enable(const char* name, int flag); int npc_changename(const char* name, const char* newname, short look); // [Lance] |