summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2019-08-25 17:45:23 +0200
committerHaru <haru@dotalux.com>2019-08-26 00:29:01 +0200
commitfa0e16f6e27f783186ad83ca442fe0b48e7c2cfd (patch)
tree60aedce923b742ccd20f8872661fa5bdd2b7aa2e /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
parent0ca24c219b8a5a7cd4beb15d8384380f7e6fa9b5 (diff)
downloadhercules-fa0e16f6e27f783186ad83ca442fe0b48e7c2cfd.tar.gz
hercules-fa0e16f6e27f783186ad83ca442fe0b48e7c2cfd.tar.bz2
hercules-fa0e16f6e27f783186ad83ca442fe0b48e7c2cfd.tar.xz
hercules-fa0e16f6e27f783186ad83ca442fe0b48e7c2cfd.zip
HPM Hooks Update
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
index efb2e5297..0119c75cc 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
@@ -1448,7 +1448,6 @@ struct HookingPointData HookingPoints[] = {
{ HP_POP(intif->broadcast, HP_intif_broadcast) },
{ HP_POP(intif->broadcast2, HP_intif_broadcast2) },
{ HP_POP(intif->main_message, HP_intif_main_message) },
- { HP_POP(intif->wis_message_to_gm, HP_intif_wis_message_to_gm) },
{ HP_POP(intif->saveregistry, HP_intif_saveregistry) },
{ HP_POP(intif->request_registry, HP_intif_request_registry) },
{ HP_POP(intif->request_account_storage, HP_intif_request_account_storage) },
@@ -1524,8 +1523,6 @@ struct HookingPointData HookingPoints[] = {
{ HP_POP(intif->CheckForCharServer, HP_intif_CheckForCharServer) },
{ HP_POP(intif->achievements_request, HP_intif_achievements_request) },
{ HP_POP(intif->achievements_save, HP_intif_achievements_save) },
- { HP_POP(intif->pWisToGM_sub, HP_intif_pWisToGM_sub) },
- { HP_POP(intif->pWisToGM, HP_intif_pWisToGM) },
{ HP_POP(intif->pRegisters, HP_intif_pRegisters) },
{ HP_POP(intif->pAccountStorage, HP_intif_pAccountStorage) },
{ HP_POP(intif->pChangeNameOk, HP_intif_pChangeNameOk) },
@@ -2548,6 +2545,8 @@ struct HookingPointData HookingPoints[] = {
{ HP_POP(pc->update_idle_time, HP_pc_update_idle_time) },
{ HP_POP(pc->have_magnifier, HP_pc_have_magnifier) },
{ HP_POP(pc->process_chat_message, HP_pc_process_chat_message) },
+ { HP_POP(pc->wis_message_to_gm, HP_pc_wis_message_to_gm) },
+ { HP_POP(pc->wis_message_to_gm_sub, HP_pc_wis_message_to_gm_sub) },
{ HP_POP(pc->check_supernovice_call, HP_pc_check_supernovice_call) },
{ HP_POP(pc->check_basicskill, HP_pc_check_basicskill) },
{ HP_POP(pc->isDeathPenaltyJob, HP_pc_isDeathPenaltyJob) },