summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
index d85b2aed9..61c510606 100644
--- a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
+++ b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
@@ -597,6 +597,8 @@ struct {
struct HPMHookPoint *HP_clif_standing_post;
struct HPMHookPoint *HP_clif_arrow_create_list_pre;
struct HPMHookPoint *HP_clif_arrow_create_list_post;
+ struct HPMHookPoint *HP_clif_refresh_storagewindow_pre;
+ struct HPMHookPoint *HP_clif_refresh_storagewindow_post;
struct HPMHookPoint *HP_clif_refresh_pre;
struct HPMHookPoint *HP_clif_refresh_post;
struct HPMHookPoint *HP_clif_fame_blacksmith_pre;
@@ -5634,6 +5636,8 @@ struct {
int HP_clif_standing_post;
int HP_clif_arrow_create_list_pre;
int HP_clif_arrow_create_list_post;
+ int HP_clif_refresh_storagewindow_pre;
+ int HP_clif_refresh_storagewindow_post;
int HP_clif_refresh_pre;
int HP_clif_refresh_post;
int HP_clif_fame_blacksmith_pre;