diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2013-11-19 02:31:13 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2013-11-19 02:31:13 +0100 |
commit | 116e8b8a8727895010b85dfc332f3c5f95bb498f (patch) | |
tree | 6af36bc471ed5491f1a8be72762ca1d421b3caa6 /src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc | |
parent | 54cc3cd435eb400ea0569632ebef2f2da03efc04 (diff) | |
download | hercules-116e8b8a8727895010b85dfc332f3c5f95bb498f.tar.gz hercules-116e8b8a8727895010b85dfc332f3c5f95bb498f.tar.bz2 hercules-116e8b8a8727895010b85dfc332f3c5f95bb498f.tar.xz hercules-116e8b8a8727895010b85dfc332f3c5f95bb498f.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 9eb34a37f..42a881a49 100644 --- a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc +++ b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc @@ -1561,6 +1561,8 @@ struct { struct HPMHookPoint *HP_clif_pGMReqAccountName_post; struct HPMHookPoint *HP_clif_pGMChangeMapType_pre; struct HPMHookPoint *HP_clif_pGMChangeMapType_post; + struct HPMHookPoint *HP_clif_pGMFullStrip_pre; + struct HPMHookPoint *HP_clif_pGMFullStrip_post; struct HPMHookPoint *HP_clif_pPMIgnore_pre; struct HPMHookPoint *HP_clif_pPMIgnore_post; struct HPMHookPoint *HP_clif_pPMIgnoreAll_pre; @@ -6520,6 +6522,8 @@ struct { int HP_clif_pGMReqAccountName_post; int HP_clif_pGMChangeMapType_pre; int HP_clif_pGMChangeMapType_post; + int HP_clif_pGMFullStrip_pre; + int HP_clif_pGMFullStrip_post; int HP_clif_pPMIgnore_pre; int HP_clif_pPMIgnore_post; int HP_clif_pPMIgnoreAll_pre; |