summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc
diff options
context:
space:
mode:
authorHercules.ws <Hercules@efficiently.awesome>2013-12-03 16:32:41 +0100
committerHerculesWSAPI <Hercules@efficiently.awesome>2013-12-03 16:32:41 +0100
commitcf012645620c2e791607a43dfd0c69120761b18a (patch)
treeca3e567f8e9d5ac821d29a25b807efb8cd70df8d /src/plugins/HPMHooking/HPMHooking.HookingPoints.inc
parent6f55c00e72ca6db130a84fe92218f73a777428f4 (diff)
downloadhercules-cf012645620c2e791607a43dfd0c69120761b18a.tar.gz
hercules-cf012645620c2e791607a43dfd0c69120761b18a.tar.bz2
hercules-cf012645620c2e791607a43dfd0c69120761b18a.tar.xz
hercules-cf012645620c2e791607a43dfd0c69120761b18a.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.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc
index 76d8d53e4..6b8ed300c 100644
--- a/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc
+++ b/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc
@@ -2007,8 +2007,9 @@ struct HookingPointData HookingPoints[] = {
{ HP_POP(pet->read_db, HP_pet_read_db) },
/* quest */
{ HP_POP(quest->init, HP_quest_init) },
+ { HP_POP(quest->final, HP_quest_final) },
{ HP_POP(quest->reload, HP_quest_reload) },
- { HP_POP(quest->search_db, HP_quest_search_db) },
+ { HP_POP(quest->db, HP_quest_db) },
{ HP_POP(quest->pc_login, HP_quest_pc_login) },
{ HP_POP(quest->add, HP_quest_add) },
{ HP_POP(quest->change, HP_quest_change) },
@@ -2017,6 +2018,7 @@ struct HookingPointData HookingPoints[] = {
{ HP_POP(quest->update_objective, HP_quest_update_objective) },
{ HP_POP(quest->update_status, HP_quest_update_status) },
{ HP_POP(quest->check, HP_quest_check) },
+ { HP_POP(quest->clear, HP_quest_clear) },
{ HP_POP(quest->read_db, HP_quest_read_db) },
/* script */
{ HP_POP(script->init, HP_script_init) },