From edf504a9be5df413b4822f72a844d80499e0eb12 Mon Sep 17 00:00:00 2001 From: Haru Date: Mon, 14 Oct 2013 16:46:31 +0200 Subject: Re-generated HPMHooking definitions Follow-up to c5c3381b0b8b0b59c669d474acf749db82d7edb1 Signed-off-by: Haru --- src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc') 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; -- cgit v1.2.3-70-g09d2