summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2013-10-14 16:46:31 +0200
committerHaru <haru@dotalux.com>2013-10-14 16:46:31 +0200
commitedf504a9be5df413b4822f72a844d80499e0eb12 (patch)
tree95d065f4d98ce4c9460b8ce868917e399f54e3e9 /src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
parenteacfb1dcfae1798f23ac8d32c812aab74639f79c (diff)
downloadhercules-edf504a9be5df413b4822f72a844d80499e0eb12.tar.gz
hercules-edf504a9be5df413b4822f72a844d80499e0eb12.tar.bz2
hercules-edf504a9be5df413b4822f72a844d80499e0eb12.tar.xz
hercules-edf504a9be5df413b4822f72a844d80499e0eb12.zip
Re-generated HPMHooking definitions
Follow-up to c5c3381b0b8b0b59c669d474acf749db82d7edb1 Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc36
1 files changed, 36 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
index ea5e2405f..2981e1977 100644
--- a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
+++ b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
@@ -1271,6 +1271,10 @@ struct {
struct HPMHookPoint *HP_clif_chsys_gjoin_post;
struct HPMHookPoint *HP_clif_chsys_gleave_pre;
struct HPMHookPoint *HP_clif_chsys_gleave_post;
+ struct HPMHookPoint *HP_clif_bank_deposit_pre;
+ struct HPMHookPoint *HP_clif_bank_deposit_post;
+ struct HPMHookPoint *HP_clif_bank_withdraw_pre;
+ struct HPMHookPoint *HP_clif_bank_withdraw_post;
struct HPMHookPoint *HP_clif_pWantToConnection_pre;
struct HPMHookPoint *HP_clif_pWantToConnection_post;
struct HPMHookPoint *HP_clif_pLoadEndAck_pre;
@@ -1699,6 +1703,16 @@ struct {
struct HPMHookPoint *HP_clif_pPartyBookingRefuseVolunteer_post;
struct HPMHookPoint *HP_clif_pPartyBookingCancelVolunteer_pre;
struct HPMHookPoint *HP_clif_pPartyBookingCancelVolunteer_post;
+ struct HPMHookPoint *HP_clif_pBankDeposit_pre;
+ struct HPMHookPoint *HP_clif_pBankDeposit_post;
+ struct HPMHookPoint *HP_clif_pBankWithdraw_pre;
+ struct HPMHookPoint *HP_clif_pBankWithdraw_post;
+ struct HPMHookPoint *HP_clif_pBankCheck_pre;
+ struct HPMHookPoint *HP_clif_pBankCheck_post;
+ struct HPMHookPoint *HP_clif_pBankOpen_pre;
+ struct HPMHookPoint *HP_clif_pBankOpen_post;
+ struct HPMHookPoint *HP_clif_pBankClose_pre;
+ struct HPMHookPoint *HP_clif_pBankClose_post;
struct HPMHookPoint *HP_duel_create_pre;
struct HPMHookPoint *HP_duel_create_post;
struct HPMHookPoint *HP_duel_invite_pre;
@@ -3765,6 +3779,10 @@ struct {
struct HPMHookPoint *HP_pc_calcweapontype_post;
struct HPMHookPoint *HP_pc_removecombo_pre;
struct HPMHookPoint *HP_pc_removecombo_post;
+ struct HPMHookPoint *HP_pc_bank_deposit_pre;
+ struct HPMHookPoint *HP_pc_bank_deposit_post;
+ struct HPMHookPoint *HP_pc_bank_withdraw_pre;
+ struct HPMHookPoint *HP_pc_bank_withdraw_post;
struct HPMHookPoint *HP_pet_init_pre;
struct HPMHookPoint *HP_pet_init_post;
struct HPMHookPoint *HP_pet_final_pre;
@@ -6128,6 +6146,10 @@ struct {
int HP_clif_chsys_gjoin_post;
int HP_clif_chsys_gleave_pre;
int HP_clif_chsys_gleave_post;
+ int HP_clif_bank_deposit_pre;
+ int HP_clif_bank_deposit_post;
+ int HP_clif_bank_withdraw_pre;
+ int HP_clif_bank_withdraw_post;
int HP_clif_pWantToConnection_pre;
int HP_clif_pWantToConnection_post;
int HP_clif_pLoadEndAck_pre;
@@ -6556,6 +6578,16 @@ struct {
int HP_clif_pPartyBookingRefuseVolunteer_post;
int HP_clif_pPartyBookingCancelVolunteer_pre;
int HP_clif_pPartyBookingCancelVolunteer_post;
+ int HP_clif_pBankDeposit_pre;
+ int HP_clif_pBankDeposit_post;
+ int HP_clif_pBankWithdraw_pre;
+ int HP_clif_pBankWithdraw_post;
+ int HP_clif_pBankCheck_pre;
+ int HP_clif_pBankCheck_post;
+ int HP_clif_pBankOpen_pre;
+ int HP_clif_pBankOpen_post;
+ int HP_clif_pBankClose_pre;
+ int HP_clif_pBankClose_post;
int HP_duel_create_pre;
int HP_duel_create_post;
int HP_duel_invite_pre;
@@ -8622,6 +8654,10 @@ struct {
int HP_pc_calcweapontype_post;
int HP_pc_removecombo_pre;
int HP_pc_removecombo_post;
+ int HP_pc_bank_deposit_pre;
+ int HP_pc_bank_deposit_post;
+ int HP_pc_bank_withdraw_pre;
+ int HP_pc_bank_withdraw_post;
int HP_pet_init_pre;
int HP_pet_init_post;
int HP_pet_final_pre;