diff options
author | Vicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-18 03:52:18 +0000 |
---|---|---|
committer | Vicious <Vicious@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-18 03:52:18 +0000 |
commit | 08864b129bb4babc65d0f52538c50ecced1f226e (patch) | |
tree | 0ee368898ee0c5479d439c287c2198e8522bb32d /src/map/clif.h | |
parent | 5b981f638f4dc7b3fa0783552dabf3d588f81a72 (diff) | |
download | hercules-08864b129bb4babc65d0f52538c50ecced1f226e.tar.gz hercules-08864b129bb4babc65d0f52538c50ecced1f226e.tar.bz2 hercules-08864b129bb4babc65d0f52538c50ecced1f226e.tar.xz hercules-08864b129bb4babc65d0f52538c50ecced1f226e.zip |
cleaned the invisible fix a bit.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6148 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.h')
-rw-r--r-- | src/map/clif.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/clif.h b/src/map/clif.h index 252a707f8..386703910 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -65,6 +65,7 @@ int clif_selllist(struct map_session_data*); //self int clif_scriptmes(struct map_session_data*,int,char*); //self
int clif_scriptnext(struct map_session_data*,int); //self
int clif_scriptclose(struct map_session_data*,int); //self
+void clif_sendfakenpc(struct map_session_data *sd, int npcid); //self
int clif_scriptmenu(struct map_session_data*,int,char*); //self
int clif_scriptinput(struct map_session_data*,int); //self
int clif_scriptinputstr(struct map_session_data *sd,int npcid); // self
|