summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
author(no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-24 07:36:33 +0000
committer(no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-24 07:36:33 +0000
commitafc1224cdfb766d8371180d9b1c98a87ea39af64 (patch)
treea7fc3ccf4f2dff50147ef4fc21e6777470154184 /src/map/pc.h
parentaebf55791c3d68004f09580ac3ae70b45fa5f353 (diff)
downloadhercules-afc1224cdfb766d8371180d9b1c98a87ea39af64.tar.gz
hercules-afc1224cdfb766d8371180d9b1c98a87ea39af64.tar.bz2
hercules-afc1224cdfb766d8371180d9b1c98a87ea39af64.tar.xz
hercules-afc1224cdfb766d8371180d9b1c98a87ea39af64.zip
Added pc_calcspeed, updated Cloaking
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@340 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 a8c9cb385..a6c5a2b2a 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -77,6 +77,7 @@ int pc_dropitem(struct map_session_data*,int,int);
int pc_checkweighticon(struct map_session_data *sd);
int pc_calcstatus(struct map_session_data*,int);
+int pc_calcspeed(struct map_session_data*); // [Celest]
int pc_bonus(struct map_session_data*,int,int);
int pc_bonus2(struct map_session_data *sd,int,int,int);
int pc_bonus3(struct map_session_data *sd,int,int,int,int);