summaryrefslogtreecommitdiff
path: root/src/map/init.c
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/init.c
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/init.c')
-rw-r--r--src/map/init.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/map/init.c b/src/map/init.c
index 5906c86..3219c61 100644
--- a/src/map/init.c
+++ b/src/map/init.c
@@ -109,11 +109,6 @@ HPExport void plugin_init (void)
addHookPre("pc->unequipitem_pos", epc_unequipitem_pos);
addHookPre("pc->can_attack", epc_can_attack);
addHookPre("pc->takeitem", epc_takeitem);
- addHookPre("pc->class2idx", epc_class2idx);
- addHookPre("pc->jobid2mapid", epc_jobid2mapid);
- addHookPre("pc->mapid2jobid", epc_mapid2jobid);
- addHookPre("pc->db_checkid", epc_db_checkid);
- addHookPre("pc->calc_skilltree_normalize_job", epc_calc_skilltree_normalize_job);
addHookPre("npc->parse_unknown_mapflag", enpc_parse_unknown_mapflag);
addHookPre("npc->buysellsel", enpc_buysellsel);
addHookPre("npc->db_checkid", enpc_db_checkid);