summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-10-16 20:05:39 -0300
committershennetsind <ind@henn.et>2013-10-16 20:05:39 -0300
commitf4e087fc3f8c8a33c1dd7e4932b3ff610c6afe1a (patch)
tree5259f9cbcce5f42aa143c3b595963e0a7d91639a /src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
parent3ba9b1013c494f5c0a8b490336d60f0f4dabbd4a (diff)
parentd93252a35eac6da8e06a1db016ea40d9d7fede00 (diff)
downloadhercules-f4e087fc3f8c8a33c1dd7e4932b3ff610c6afe1a.tar.gz
hercules-f4e087fc3f8c8a33c1dd7e4932b3ff610c6afe1a.tar.bz2
hercules-f4e087fc3f8c8a33c1dd7e4932b3ff610c6afe1a.tar.xz
hercules-f4e087fc3f8c8a33c1dd7e4932b3ff610c6afe1a.zip
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
index 2981e1977..d26779ccb 100644
--- a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
+++ b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
@@ -885,6 +885,8 @@ struct {
struct HPMHookPoint *HP_clif_wisall_post;
struct HPMHookPoint *HP_clif_PMIgnoreList_pre;
struct HPMHookPoint *HP_clif_PMIgnoreList_post;
+ struct HPMHookPoint *HP_clif_ShowScript_pre;
+ struct HPMHookPoint *HP_clif_ShowScript_post;
struct HPMHookPoint *HP_clif_traderequest_pre;
struct HPMHookPoint *HP_clif_traderequest_post;
struct HPMHookPoint *HP_clif_tradestart_pre;
@@ -5760,6 +5762,8 @@ struct {
int HP_clif_wisall_post;
int HP_clif_PMIgnoreList_pre;
int HP_clif_PMIgnoreList_post;
+ int HP_clif_ShowScript_pre;
+ int HP_clif_ShowScript_post;
int HP_clif_traderequest_pre;
int HP_clif_traderequest_post;
int HP_clif_tradestart_pre;