diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2016-01-03 23:11:31 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2016-01-03 23:11:31 +0100 |
commit | 506d1b1d3ce3299fc8dfb79d420b08146e5b7aab (patch) | |
tree | 6e32ce707bc28b03ff00933816a97614eda97784 /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | |
parent | 8b8007f5267a8972b0d5f087e1e2971500a60c50 (diff) | |
download | hercules-506d1b1d3ce3299fc8dfb79d420b08146e5b7aab.tar.gz hercules-506d1b1d3ce3299fc8dfb79d420b08146e5b7aab.tar.bz2 hercules-506d1b1d3ce3299fc8dfb79d420b08146e5b7aab.tar.xz hercules-506d1b1d3ce3299fc8dfb79d420b08146e5b7aab.zip |
HPM Hooks Update
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc index f13dfe93f..514a79ba1 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc @@ -2181,6 +2181,7 @@ struct HookingPointData HookingPoints[] = { { HP_POP(pc->autosave, HP_pc_autosave) }, { HP_POP(pc->follow_timer, HP_pc_follow_timer) }, { HP_POP(pc->read_skill_tree, HP_pc_read_skill_tree) }, + { HP_POP(pc->clear_skill_tree, HP_pc_clear_skill_tree) }, { HP_POP(pc->isUseitem, HP_pc_isUseitem) }, { HP_POP(pc->show_steal, HP_pc_show_steal) }, { HP_POP(pc->checkcombo, HP_pc_checkcombo) }, |