summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authorGepard <Gepard@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-05-15 15:09:52 +0000
committerGepard <Gepard@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-05-15 15:09:52 +0000
commit6c492d546fde8fd7180695891a1f1eb576758075 (patch)
tree501581387d7f27efab5dd0090151b185dc660243 /src/map/pc.h
parent760e1baa46db64db570a6f77f252834d0ce605b3 (diff)
downloadhercules-6c492d546fde8fd7180695891a1f1eb576758075.tar.gz
hercules-6c492d546fde8fd7180695891a1f1eb576758075.tar.bz2
hercules-6c492d546fde8fd7180695891a1f1eb576758075.tar.xz
hercules-6c492d546fde8fd7180695891a1f1eb576758075.zip
* Removed status point calculations (duplicate) from `pc_resetstate` function. It is now handled by `pc_need_status_point`.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14824 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/pc.h')
-rw-r--r--src/map/pc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.h b/src/map/pc.h
index 1d0a59391..e37e02e59 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -649,7 +649,7 @@ unsigned int pc_nextbaseexp(struct map_session_data *);
unsigned int pc_thisbaseexp(struct map_session_data *);
unsigned int pc_nextjobexp(struct map_session_data *);
unsigned int pc_thisjobexp(struct map_session_data *);
-int pc_need_status_point(struct map_session_data *,int);
+int pc_need_status_point(struct map_session_data *,int,int);
int pc_statusup(struct map_session_data*,int);
int pc_statusup2(struct map_session_data*,int,int);
int pc_skillup(struct map_session_data*,int);