summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
diff options
context:
space:
mode:
authorHercules.ws <Hercules@efficiently.awesome>2016-04-23 17:30:40 +0200
committerHerculesWSAPI <Hercules@efficiently.awesome>2016-04-23 17:30:40 +0200
commit3ccc681a4bebd5b91b96c1c7059fdec91f2b5d16 (patch)
tree80ec3852cec1b12247360853d38dc7089956f94c /src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
parent242c506676d3a8a42547992241dda7331f982d81 (diff)
downloadhercules-3ccc681a4bebd5b91b96c1c7059fdec91f2b5d16.tar.gz
hercules-3ccc681a4bebd5b91b96c1c7059fdec91f2b5d16.tar.bz2
hercules-3ccc681a4bebd5b91b96c1c7059fdec91f2b5d16.tar.xz
hercules-3ccc681a4bebd5b91b96c1c7059fdec91f2b5d16.zip
HPM Hooks Update
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
index a1efd6f16..4cc79a78c 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
@@ -4340,10 +4340,6 @@ struct {
struct HPMHookPoint *HP_pc_db_checkid_post;
struct HPMHookPoint *HP_pc_validate_levels_pre;
struct HPMHookPoint *HP_pc_validate_levels_post;
- struct HPMHookPoint *HP_pc_process_chat_message_pre;
- struct HPMHookPoint *HP_pc_process_chat_message_post;
- struct HPMHookPoint *HP_pc_check_supernovice_call_pre;
- struct HPMHookPoint *HP_pc_check_supernovice_call_post;
struct HPMHookPoint *HP_pc_autotrade_load_pre;
struct HPMHookPoint *HP_pc_autotrade_load_post;
struct HPMHookPoint *HP_pc_autotrade_update_pre;
@@ -4362,6 +4358,10 @@ struct {
struct HPMHookPoint *HP_pc_update_idle_time_post;
struct HPMHookPoint *HP_pc_have_magnifier_pre;
struct HPMHookPoint *HP_pc_have_magnifier_post;
+ struct HPMHookPoint *HP_pc_process_chat_message_pre;
+ struct HPMHookPoint *HP_pc_process_chat_message_post;
+ struct HPMHookPoint *HP_pc_check_supernovice_call_pre;
+ struct HPMHookPoint *HP_pc_check_supernovice_call_post;
struct HPMHookPoint *HP_libpcre_compile_pre;
struct HPMHookPoint *HP_libpcre_compile_post;
struct HPMHookPoint *HP_libpcre_study_pre;
@@ -10229,10 +10229,6 @@ struct {
int HP_pc_db_checkid_post;
int HP_pc_validate_levels_pre;
int HP_pc_validate_levels_post;
- int HP_pc_process_chat_message_pre;
- int HP_pc_process_chat_message_post;
- int HP_pc_check_supernovice_call_pre;
- int HP_pc_check_supernovice_call_post;
int HP_pc_autotrade_load_pre;
int HP_pc_autotrade_load_post;
int HP_pc_autotrade_update_pre;
@@ -10251,6 +10247,10 @@ struct {
int HP_pc_update_idle_time_post;
int HP_pc_have_magnifier_pre;
int HP_pc_have_magnifier_post;
+ int HP_pc_process_chat_message_pre;
+ int HP_pc_process_chat_message_post;
+ int HP_pc_check_supernovice_call_pre;
+ int HP_pc_check_supernovice_call_post;
int HP_libpcre_compile_pre;
int HP_libpcre_compile_post;
int HP_libpcre_study_pre;