diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2014-04-20 02:41:13 +0200 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2014-04-20 02:41:13 +0200 |
commit | 32b33d8408b02ab2d133872de770446c32046fa3 (patch) | |
tree | 7326f5c75942ea7228569e4ad6ccf9937ebac717 /src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc | |
parent | 31486a8c3340a8ca8a8b1e5dd9084c2c07ec8614 (diff) | |
download | hercules-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.inc | 4 |
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; |