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.HookingPoints.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.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 9635ba517..2dead85db 100644 --- a/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc @@ -790,6 +790,7 @@ struct HookingPointData HookingPoints[] = { { HP_POP(clif->pGMRc, HP_clif_pGMRc) }, { HP_POP(clif->pGMReqAccountName, HP_clif_pGMReqAccountName) }, { HP_POP(clif->pGMChangeMapType, HP_clif_pGMChangeMapType) }, + { HP_POP(clif->pGMFullStrip, HP_clif_pGMFullStrip) }, { HP_POP(clif->pPMIgnore, HP_clif_pPMIgnore) }, { HP_POP(clif->pPMIgnoreAll, HP_clif_pPMIgnoreAll) }, { HP_POP(clif->pPMIgnoreList, HP_clif_pPMIgnoreList) }, |