diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2015-01-24 00:54:46 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2015-01-24 00:54:46 +0100 |
commit | df8d6560fc7eb34806d27d28b8b7dbce36868c24 (patch) | |
tree | 5fcdd64dd990255f8891cbde09ce05681a7212d3 /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | |
parent | 1ae4a7184bee7897a318adca6f0941c9c697b78a (diff) | |
download | hercules-df8d6560fc7eb34806d27d28b8b7dbce36868c24.tar.gz hercules-df8d6560fc7eb34806d27d28b8b7dbce36868c24.tar.bz2 hercules-df8d6560fc7eb34806d27d28b8b7dbce36868c24.tar.xz hercules-df8d6560fc7eb34806d27d28b8b7dbce36868c24.zip |
HPM Hooks Update
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc index a8437c10a..ff637a1b3 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc @@ -2063,6 +2063,7 @@ struct HookingPointData HookingPoints[] = { { HP_POP(quest->check, HP_quest_check) }, { HP_POP(quest->clear, HP_quest_clear) }, { HP_POP(quest->read_db, HP_quest_read_db) }, + { HP_POP(quest->read_db_sub, HP_quest_read_db_sub) }, /* script */ { HP_POP(script->init, HP_script_init) }, { HP_POP(script->final, HP_script_final) }, |