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.HookingPoints.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.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 7e357b142..0009b0b39 100644 --- a/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc @@ -649,6 +649,7 @@ struct HookingPointData HookingPoints[] = { { HP_POP(clif->chsys_gleave, HP_clif_chsys_gleave) }, { HP_POP(clif->bank_deposit, HP_clif_bank_deposit) }, { HP_POP(clif->bank_withdraw, HP_clif_bank_withdraw) }, + { HP_POP(clif->show_modifiers, HP_clif_show_modifiers) }, { HP_POP(clif->pWantToConnection, HP_clif_pWantToConnection) }, { HP_POP(clif->pLoadEndAck, HP_clif_pLoadEndAck) }, { HP_POP(clif->pTickSend, HP_clif_pTickSend) }, |