diff options
author | Gepard <Gepard@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-05-15 15:09:52 +0000 |
---|---|---|
committer | Gepard <Gepard@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-05-15 15:09:52 +0000 |
commit | 6c492d546fde8fd7180695891a1f1eb576758075 (patch) | |
tree | 501581387d7f27efab5dd0090151b185dc660243 /src/map/pc.h | |
parent | 760e1baa46db64db570a6f77f252834d0ce605b3 (diff) | |
download | hercules-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.h | 2 |
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); |