summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
diff options
context:
space:
mode:
authorHercules.ws <Hercules@efficiently.awesome>2015-08-27 17:52:34 +0200
committerHerculesWSAPI <Hercules@efficiently.awesome>2015-08-27 17:52:34 +0200
commitf7a97b556e05373711998d4f819cf7d89e4b0ce8 (patch)
treec06d6ff49228909751bfa725b8a8205337575f89 /src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
parente2c5e1c60120a3e22fd71ee6b73748a05213fc8e (diff)
downloadhercules-f7a97b556e05373711998d4f819cf7d89e4b0ce8.tar.gz
hercules-f7a97b556e05373711998d4f819cf7d89e4b0ce8.tar.bz2
hercules-f7a97b556e05373711998d4f819cf7d89e4b0ce8.tar.xz
hercules-f7a97b556e05373711998d4f819cf7d89e4b0ce8.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.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
index c37a8d663..eab1d007e 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
@@ -1815,6 +1815,8 @@ struct {
struct HPMHookPoint *HP_clif_pNPCMarketPurchase_post;
struct HPMHookPoint *HP_clif_add_random_options_pre;
struct HPMHookPoint *HP_clif_add_random_options_post;
+ struct HPMHookPoint *HP_clif_pHotkeyRowShift_pre;
+ struct HPMHookPoint *HP_clif_pHotkeyRowShift_post;
struct HPMHookPoint *HP_cmdline_init_pre;
struct HPMHookPoint *HP_cmdline_init_post;
struct HPMHookPoint *HP_cmdline_final_pre;
@@ -7526,6 +7528,8 @@ struct {
int HP_clif_pNPCMarketPurchase_post;
int HP_clif_add_random_options_pre;
int HP_clif_add_random_options_post;
+ int HP_clif_pHotkeyRowShift_pre;
+ int HP_clif_pHotkeyRowShift_post;
int HP_cmdline_init_pre;
int HP_cmdline_init_post;
int HP_cmdline_final_pre;