diff options
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) }, |