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.HookingPoints.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.HookingPoints.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking.HookingPoints.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc index 7f731e727..85ce07a21 100644 --- a/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc @@ -308,6 +308,7 @@ struct HookingPointData HookingPoints[] = { { HP_POP(clif->sitting, HP_clif_sitting) }, { HP_POP(clif->standing, HP_clif_standing) }, { HP_POP(clif->arrow_create_list, HP_clif_arrow_create_list) }, + { HP_POP(clif->refresh_storagewindow, HP_clif_refresh_storagewindow) }, { HP_POP(clif->refresh, HP_clif_refresh) }, { HP_POP(clif->fame_blacksmith, HP_clif_fame_blacksmith) }, { HP_POP(clif->fame_alchemist, HP_clif_fame_alchemist) }, |