summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-01-10 12:04:01 +0300
committerAndrei Karas <akaras@inbox.ru>2015-01-10 12:04:01 +0300
commit55454de66950e2e8f1edb8b9118fb95e2ea1bbce (patch)
tree85897ef68912cd65aa99cc535ccc82df09984cd3 /src/map/pc.h
parent1d34b1d90999a9dda263c8235e5036d7b6179fa5 (diff)
downloadevol-hercules-55454de66950e2e8f1edb8b9118fb95e2ea1bbce.tar.gz
evol-hercules-55454de66950e2e8f1edb8b9118fb95e2ea1bbce.tar.bz2
evol-hercules-55454de66950e2e8f1edb8b9118fb95e2ea1bbce.tar.xz
evol-hercules-55454de66950e2e8f1edb8b9118fb95e2ea1bbce.zip
Revert "map: overload job/class related functions."
This reverts commit 1d34b1d90999a9dda263c8235e5036d7b6179fa5.
Diffstat (limited to 'src/map/pc.h')
-rw-r--r--src/map/pc.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/map/pc.h b/src/map/pc.h
index 632456d..cfc37a0 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -21,14 +21,4 @@ bool epc_can_attack (struct map_session_data *sd, int *target_id);
int epc_takeitem(struct map_session_data *sd, struct flooritem_data *fitem);
-int epc_class2idx(int *classPtr);
-
-int epc_jobid2mapid(unsigned short *b_class);
-
-int epc_mapid2jobid(unsigned short *class_, int *sex);
-
-bool epc_db_checkid(unsigned int *class_);
-
-int epc_calc_skilltree_normalize_job(struct map_session_data *sd);
-
#endif // EVOL_MAP_PC