diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2013-11-15 06:35:42 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2013-11-15 06:35:42 +0100 |
commit | 0e48eab94453b0778b1e5778dc7ebd8b8f81362a (patch) | |
tree | b2aafe2f7d1635ebf8a18258012beee9c97df02b /src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc | |
parent | 1f5161a2bd3c7934373146d8cac3c131536758ba (diff) | |
download | hercules-0e48eab94453b0778b1e5778dc7ebd8b8f81362a.tar.gz hercules-0e48eab94453b0778b1e5778dc7ebd8b8f81362a.tar.bz2 hercules-0e48eab94453b0778b1e5778dc7ebd8b8f81362a.tar.xz hercules-0e48eab94453b0778b1e5778dc7ebd8b8f81362a.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 ebc69aae4..0f9dd1e9a 100644 --- a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc +++ b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc @@ -1281,6 +1281,8 @@ struct { struct HPMHookPoint *HP_clif_bank_withdraw_post; struct HPMHookPoint *HP_clif_show_modifiers_pre; struct HPMHookPoint *HP_clif_show_modifiers_post; + struct HPMHookPoint *HP_clif_notify_bounditem_pre; + struct HPMHookPoint *HP_clif_notify_bounditem_post; struct HPMHookPoint *HP_clif_pWantToConnection_pre; struct HPMHookPoint *HP_clif_pWantToConnection_post; struct HPMHookPoint *HP_clif_pLoadEndAck_pre; @@ -6232,6 +6234,8 @@ struct { int HP_clif_bank_withdraw_post; int HP_clif_show_modifiers_pre; int HP_clif_show_modifiers_post; + int HP_clif_notify_bounditem_pre; + int HP_clif_notify_bounditem_post; int HP_clif_pWantToConnection_pre; int HP_clif_pWantToConnection_post; int HP_clif_pLoadEndAck_pre; |