summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2014-02-03 15:49:43 -0200
committershennetsind <ind@henn.et>2014-02-03 15:49:43 -0200
commit26af96e93821b1b4b918086473b987b5382c7b3a (patch)
tree553ac749c2a322a0dc4dc2d3f94aa5b662889f61 /src/map/pc.h
parent50bc76c412b6618d90fdbdb24d43da2bda0525a2 (diff)
parentc8c3255fd990ae2f91ed130c0a742bf94037128a (diff)
downloadhercules-26af96e93821b1b4b918086473b987b5382c7b3a.tar.gz
hercules-26af96e93821b1b4b918086473b987b5382c7b3a.tar.bz2
hercules-26af96e93821b1b4b918086473b987b5382c7b3a.tar.xz
hercules-26af96e93821b1b4b918086473b987b5382c7b3a.zip
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'src/map/pc.h')
-rw-r--r--src/map/pc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/pc.h b/src/map/pc.h
index f106631e7..30a24c00e 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -888,7 +888,8 @@ struct pc_interface {
unsigned int (*thisjobexp) (struct map_session_data *sd);
int (*gets_status_point) (int level);
int (*need_status_point) (struct map_session_data *sd,int type,int val);
- int (*statusup) (struct map_session_data *sd,int type);
+ int (*maxparameterincrease) (struct map_session_data* sd, int type);
+ bool (*statusup) (struct map_session_data *sd, int type, int increase);
int (*statusup2) (struct map_session_data *sd,int type,int val);
int (*skillup) (struct map_session_data *sd,uint16 skill_id);
int (*allskillup) (struct map_session_data *sd);