summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authorcelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-07 13:50:56 +0000
committercelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-07 13:50:56 +0000
commitcef44b0916ccffb9ac8d24460b302949e7367b04 (patch)
treeea6e258b9360e37b4e5b4954498444b979a3c59e /src/map/pc.h
parentdf4acc64d0b550a5e5201de3ceae7f4c4e210670 (diff)
downloadhercules-cef44b0916ccffb9ac8d24460b302949e7367b04.tar.gz
hercules-cef44b0916ccffb9ac8d24460b302949e7367b04.tar.bz2
hercules-cef44b0916ccffb9ac8d24460b302949e7367b04.tar.xz
hercules-cef44b0916ccffb9ac8d24460b302949e7367b04.zip
* Updated Stone Curse
* Implemented Confusion (50%) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@487 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/pc.h')
-rw-r--r--src/map/pc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h
index 372dd72f7..3a4352aa6 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -57,6 +57,7 @@ int pc_setpos(struct map_session_data*,char*,int,int,int);
int pc_setsavepoint(struct map_session_data*,char*,int,int);
int pc_randomwarp(struct map_session_data *sd,int type);
int pc_memo(struct map_session_data *sd,int i);
+int pc_randomwalk(struct map_session_data*,int tick);
int pc_checkadditem(struct map_session_data*,int,int);
int pc_inventoryblank(struct map_session_data*);