summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-12-16 08:59:03 +0300
committerAndrei Karas <akaras@inbox.ru>2018-12-16 08:59:03 +0300
commit4b2e8684a9874ba435197936a4a9220510ff671f (patch)
tree11a7121f30031a2a850015eced3803f060514fa3 /src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
parentad608a2b826a792834531bfe54ae6b5a12692f50 (diff)
downloadhercules-4b2e8684a9874ba435197936a4a9220510ff671f.tar.gz
hercules-4b2e8684a9874ba435197936a4a9220510ff671f.tar.bz2
hercules-4b2e8684a9874ba435197936a4a9220510ff671f.tar.xz
hercules-4b2e8684a9874ba435197936a4a9220510ff671f.zip
Update HPM.
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
index 0220a7956..d2c269bdd 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
@@ -2242,6 +2242,8 @@ struct {
struct HPMHookPoint *HP_clif_camera_showWindow_post;
struct HPMHookPoint *HP_clif_camera_change_pre;
struct HPMHookPoint *HP_clif_camera_change_post;
+ struct HPMHookPoint *HP_clif_pCameraInfo_pre;
+ struct HPMHookPoint *HP_clif_pCameraInfo_post;
struct HPMHookPoint *HP_clif_item_preview_pre;
struct HPMHookPoint *HP_clif_item_preview_post;
struct HPMHookPoint *HP_clif_enchant_equipment_pre;
@@ -8889,6 +8891,8 @@ struct {
int HP_clif_camera_showWindow_post;
int HP_clif_camera_change_pre;
int HP_clif_camera_change_post;
+ int HP_clif_pCameraInfo_pre;
+ int HP_clif_pCameraInfo_post;
int HP_clif_item_preview_pre;
int HP_clif_item_preview_post;
int HP_clif_enchant_equipment_pre;