diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2013-11-07 01:30:56 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2013-11-07 01:30:56 +0100 |
commit | f352f73e381b548ede0360d4fdec91d2e6104a77 (patch) | |
tree | 76e93154db936c81795d7e8e5417bd6ea1cb3fbb /src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc | |
parent | 1c46a54fc4a77072698892a480936160dc4d0e7a (diff) | |
download | hercules-f352f73e381b548ede0360d4fdec91d2e6104a77.tar.gz hercules-f352f73e381b548ede0360d4fdec91d2e6104a77.tar.bz2 hercules-f352f73e381b548ede0360d4fdec91d2e6104a77.tar.xz hercules-f352f73e381b548ede0360d4fdec91d2e6104a77.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 a4609ceed..cb9422a0b 100644 --- a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc +++ b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc @@ -1279,6 +1279,8 @@ struct { struct HPMHookPoint *HP_clif_bank_deposit_post; struct HPMHookPoint *HP_clif_bank_withdraw_pre; 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_pWantToConnection_pre; struct HPMHookPoint *HP_clif_pWantToConnection_post; struct HPMHookPoint *HP_clif_pLoadEndAck_pre; @@ -6206,6 +6208,8 @@ struct { int HP_clif_bank_deposit_post; int HP_clif_bank_withdraw_pre; int HP_clif_bank_withdraw_post; + int HP_clif_show_modifiers_pre; + int HP_clif_show_modifiers_post; int HP_clif_pWantToConnection_pre; int HP_clif_pWantToConnection_post; int HP_clif_pLoadEndAck_pre; |