summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
diff options
context:
space:
mode:
authorHercules.ws <dev@herc.ws>2016-07-10 16:01:09 +0200
committerHerculesWSAPI <dev@herc.ws>2016-07-10 16:01:09 +0200
commit60def8c6941c988248aa0f47f49c78b0d141b7e5 (patch)
tree016b2dddd8148be4cacce7e2db5314bcac411d36 /src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
parent339483ce1356e45c06dafc22a08dcac9b8c639f8 (diff)
downloadhercules-60def8c6941c988248aa0f47f49c78b0d141b7e5.tar.gz
hercules-60def8c6941c988248aa0f47f49c78b0d141b7e5.tar.bz2
hercules-60def8c6941c988248aa0f47f49c78b0d141b7e5.tar.xz
hercules-60def8c6941c988248aa0f47f49c78b0d141b7e5.zip
HPM Hooks Update
Signed-off-by: HerculesWSAPI <dev@herc.ws>
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 676d77493..74cbbabd4 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
@@ -836,6 +836,8 @@ struct {
struct HPMHookPoint *HP_clif_skill_itemlistwindow_post;
struct HPMHookPoint *HP_clif_sc_load_pre;
struct HPMHookPoint *HP_clif_sc_load_post;
+ struct HPMHookPoint *HP_clif_sc_continue_pre;
+ struct HPMHookPoint *HP_clif_sc_continue_post;
struct HPMHookPoint *HP_clif_sc_end_pre;
struct HPMHookPoint *HP_clif_sc_end_post;
struct HPMHookPoint *HP_clif_initialstatus_pre;
@@ -6789,6 +6791,8 @@ struct {
int HP_clif_skill_itemlistwindow_post;
int HP_clif_sc_load_pre;
int HP_clif_sc_load_post;
+ int HP_clif_sc_continue_pre;
+ int HP_clif_sc_continue_post;
int HP_clif_sc_end_pre;
int HP_clif_sc_end_post;
int HP_clif_initialstatus_pre;