diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2013-10-17 00:36:09 +0200 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2013-10-17 00:36:09 +0200 |
commit | d93252a35eac6da8e06a1db016ea40d9d7fede00 (patch) | |
tree | 0ad3d4cbfbcf5f112cbcc8458d30028e38efa9a6 /src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc | |
parent | 061918c1925ef693fc3ca089c2e5aaf06f7579c6 (diff) | |
download | hercules-d93252a35eac6da8e06a1db016ea40d9d7fede00.tar.gz hercules-d93252a35eac6da8e06a1db016ea40d9d7fede00.tar.bz2 hercules-d93252a35eac6da8e06a1db016ea40d9d7fede00.tar.xz hercules-d93252a35eac6da8e06a1db016ea40d9d7fede00.zip |
HPM Hooks Update
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc | 4 |
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; |