diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2014-06-18 05:10:35 +0200 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2014-06-18 05:10:35 +0200 |
commit | 76381fade4f45e7b9437966254355920765f74d3 (patch) | |
tree | 5a49bfc3295715cefa3b896221229503a4fbc745 /src/plugins/HPMHooking/HPMHooking.HookingPoints.inc | |
parent | c924056673e213847ea2ff9ed04cb5f42ae40104 (diff) | |
download | hercules-76381fade4f45e7b9437966254355920765f74d3.tar.gz hercules-76381fade4f45e7b9437966254355920765f74d3.tar.bz2 hercules-76381fade4f45e7b9437966254355920765f74d3.tar.xz hercules-76381fade4f45e7b9437966254355920765f74d3.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 603752447..387d91e24 100644 --- a/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc @@ -2436,6 +2436,7 @@ struct HookingPointData HookingPoints[] = { { HP_POP(status->get_total_mdef, HP_status_get_total_mdef) }, { HP_POP(status->get_total_def, HP_status_get_total_def) }, { HP_POP(status->get_matk, HP_status_get_matk) }, + { HP_POP(status->update_matk, HP_status_update_matk) }, { HP_POP(status->readdb, HP_status_readdb) }, { HP_POP(status->initChangeTables, HP_status_initChangeTables) }, { HP_POP(status->initDummyData, HP_status_initDummyData) }, |