summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
diff options
context:
space:
mode:
authorHercules.ws <Hercules@efficiently.awesome>2014-04-20 02:41:13 +0200
committerHerculesWSAPI <Hercules@efficiently.awesome>2014-04-20 02:41:13 +0200
commit32b33d8408b02ab2d133872de770446c32046fa3 (patch)
tree7326f5c75942ea7228569e4ad6ccf9937ebac717 /src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
parent31486a8c3340a8ca8a8b1e5dd9084c2c07ec8614 (diff)
downloadhercules-32b33d8408b02ab2d133872de770446c32046fa3.tar.gz
hercules-32b33d8408b02ab2d133872de770446c32046fa3.tar.bz2
hercules-32b33d8408b02ab2d133872de770446c32046fa3.tar.xz
hercules-32b33d8408b02ab2d133872de770446c32046fa3.zip
HPM Hooks Update
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
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;