summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
diff options
context:
space:
mode:
authorHercules.ws <dev@herc.ws>2018-10-22 03:39:42 +0200
committerHerculesWSAPI <dev@herc.ws>2018-10-22 03:39:42 +0200
commit1fa79a5242a7bc41ef912dfba2dbc17ee4dcc776 (patch)
treeeb3caf67522651b280246c7051d2a331981ee1db /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
parent58afe047cd566fd58a2f8c9ca04ac4d76aa3e102 (diff)
downloadhercules-1fa79a5242a7bc41ef912dfba2dbc17ee4dcc776.tar.gz
hercules-1fa79a5242a7bc41ef912dfba2dbc17ee4dcc776.tar.bz2
hercules-1fa79a5242a7bc41ef912dfba2dbc17ee4dcc776.tar.xz
hercules-1fa79a5242a7bc41ef912dfba2dbc17ee4dcc776.zip
HPM Hooks Update
Signed-off-by: HerculesWSAPI <dev@herc.ws>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
index 051e6fbe2..508465411 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
@@ -1135,6 +1135,7 @@ struct HookingPointData HookingPoints[] = {
{ HP_POP(clif->pMemorialDungeonCommand, HP_clif_pMemorialDungeonCommand) },
{ HP_POP(clif->camera_showWindow, HP_clif_camera_showWindow) },
{ HP_POP(clif->camera_change, HP_clif_camera_change) },
+ { HP_POP(clif->item_preview, HP_clif_item_preview) },
/* cmdline_interface */
{ HP_POP(cmdline->init, HP_cmdline_init) },
{ HP_POP(cmdline->final, HP_cmdline_final) },
@@ -2565,6 +2566,7 @@ struct HookingPointData HookingPoints[] = {
{ HP_POP(quest->questinfo_validate_homunculus_level, HP_quest_questinfo_validate_homunculus_level) },
{ HP_POP(quest->questinfo_validate_homunculus_type, HP_quest_questinfo_validate_homunculus_type) },
{ HP_POP(quest->questinfo_validate_quests, HP_quest_questinfo_validate_quests) },
+ { HP_POP(quest->questinfo_validate_mercenary_class, HP_quest_questinfo_validate_mercenary_class) },
{ HP_POP(quest->questinfo_vector_clear, HP_quest_questinfo_vector_clear) },
/* rnd_interface */
{ HP_POP(rnd->init, HP_rnd_init) },