diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2013-11-08 03:15:41 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2013-11-08 03:15:41 +0100 |
commit | 9cbaab60234b6c633c8dff46a52aeb2bf981f078 (patch) | |
tree | 5df977429a40995bf19b64f3a1ff02033b57e72e /src/plugins/HPMHooking/HPMHooking.HookingPoints.inc | |
parent | 63d5893206ba2c6574744fea6dcc4e37b1126c8a (diff) | |
download | hercules-9cbaab60234b6c633c8dff46a52aeb2bf981f078.tar.gz hercules-9cbaab60234b6c633c8dff46a52aeb2bf981f078.tar.bz2 hercules-9cbaab60234b6c633c8dff46a52aeb2bf981f078.tar.xz hercules-9cbaab60234b6c633c8dff46a52aeb2bf981f078.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 097985877..01eb6684b 100644 --- a/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc @@ -1588,6 +1588,7 @@ struct HookingPointData HookingPoints[] = { { HP_POP(mob->readdb_sub, HP_mob_readdb_sub) }, { HP_POP(mob->readdb, HP_mob_readdb) }, { HP_POP(mob->read_sqldb, HP_mob_read_sqldb) }, + { HP_POP(mob->name_constants, HP_mob_name_constants) }, { HP_POP(mob->readdb_mobavail, HP_mob_readdb_mobavail) }, { HP_POP(mob->read_randommonster, HP_mob_read_randommonster) }, { HP_POP(mob->parse_row_chatdb, HP_mob_parse_row_chatdb) }, |