diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2014-02-03 18:32:30 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2014-02-03 18:32:30 +0100 |
commit | c8c3255fd990ae2f91ed130c0a742bf94037128a (patch) | |
tree | 033133f18ede7a4b9a60ceea79bcb695dbabbd7a /src/plugins/HPMHooking/HPMHooking.HookingPoints.inc | |
parent | 35e1b99c2d1ecab5fa67b2033c87a90512b5d9aa (diff) | |
download | hercules-c8c3255fd990ae2f91ed130c0a742bf94037128a.tar.gz hercules-c8c3255fd990ae2f91ed130c0a742bf94037128a.tar.bz2 hercules-c8c3255fd990ae2f91ed130c0a742bf94037128a.tar.xz hercules-c8c3255fd990ae2f91ed130c0a742bf94037128a.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 0b7201cdc..f47a9cc5d 100644 --- a/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc @@ -1855,6 +1855,7 @@ struct HookingPointData HookingPoints[] = { { HP_POP(pc->thisjobexp, HP_pc_thisjobexp) }, { HP_POP(pc->gets_status_point, HP_pc_gets_status_point) }, { HP_POP(pc->need_status_point, HP_pc_need_status_point) }, + { HP_POP(pc->maxparameterincrease, HP_pc_maxparameterincrease) }, { HP_POP(pc->statusup, HP_pc_statusup) }, { HP_POP(pc->statusup2, HP_pc_statusup2) }, { HP_POP(pc->skillup, HP_pc_skillup) }, |