diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2015-01-18 21:40:31 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2015-01-18 21:40:31 +0100 |
commit | d541a74021fd7715f1201b123714253dd602d2bf (patch) | |
tree | fbec3d1aa6fd8e5b4d14e6c76cea57da3eb4ccc3 /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | |
parent | ce08d6238d902590dbfb650f889a8ab8887356bf (diff) | |
download | hercules-d541a74021fd7715f1201b123714253dd602d2bf.tar.gz hercules-d541a74021fd7715f1201b123714253dd602d2bf.tar.bz2 hercules-d541a74021fd7715f1201b123714253dd602d2bf.tar.xz hercules-d541a74021fd7715f1201b123714253dd602d2bf.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 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc index 9442e5b20..cab2f169c 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc @@ -1475,9 +1475,6 @@ struct HookingPointData HookingPoints[] = { { HP_POP(map->nick_db_final, HP_map_nick_db_final) }, { HP_POP(map->cleanup_db_sub, HP_map_cleanup_db_sub) }, { HP_POP(map->abort_sub, HP_map_abort_sub) }, - { HP_POP(map->helpscreen, HP_map_helpscreen) }, - { HP_POP(map->versionscreen, HP_map_versionscreen) }, - { HP_POP(map->arg_next_value, HP_map_arg_next_value) }, { HP_POP(map->update_cell_bl, HP_map_update_cell_bl) }, { HP_POP(map->get_new_bonus_id, HP_map_get_new_bonus_id) }, { HP_POP(map->add_questinfo, HP_map_add_questinfo) }, |