diff options
author | smokexyz <sagunkho@hotmail.com> | 2017-05-23 00:34:45 +0800 |
---|---|---|
committer | smokexyz <sagunkho@hotmail.com> | 2017-05-23 00:34:45 +0800 |
commit | 6f2827cbf9282981a29abaa06236fb0cd6300057 (patch) | |
tree | 48a2d9e2b9f9e9353bb341b63963a884e574b48b /src/plugins/HPMHooking/HPMHooking.Defs.inc | |
parent | 1570d3abbbc999ebc3242d99f87a5bd3b283e479 (diff) | |
download | hercules-6f2827cbf9282981a29abaa06236fb0cd6300057.tar.gz hercules-6f2827cbf9282981a29abaa06236fb0cd6300057.tar.bz2 hercules-6f2827cbf9282981a29abaa06236fb0cd6300057.tar.xz hercules-6f2827cbf9282981a29abaa06236fb0cd6300057.zip |
HPM Hook Update - followup 1570d3abbbc999ebc3242d99f87a5bd3b283e479
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking.Defs.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking.Defs.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.Defs.inc b/src/plugins/HPMHooking/HPMHooking.Defs.inc index 7042a43a7..d0cdc14c1 100644 --- a/src/plugins/HPMHooking/HPMHooking.Defs.inc +++ b/src/plugins/HPMHooking/HPMHooking.Defs.inc @@ -6760,8 +6760,8 @@ typedef int (*HPMHOOK_pre_status_init) (bool *minimal); typedef int (*HPMHOOK_post_status_init) (int retVal___, bool minimal); typedef void (*HPMHOOK_pre_status_final) (void); typedef void (*HPMHOOK_post_status_final) (void); -typedef int (*HPMHOOK_pre_status_get_refine_chance) (enum refine_type *wlv, int *refine); -typedef int (*HPMHOOK_post_status_get_refine_chance) (int retVal___, enum refine_type wlv, int refine); +typedef int (*HPMHOOK_pre_status_get_refine_chance) (enum refine_type *wlv, int *refine, enum refine_chance_type *type); +typedef int (*HPMHOOK_post_status_get_refine_chance) (int retVal___, enum refine_type wlv, int refine, enum refine_chance_type type); typedef sc_type (*HPMHOOK_pre_status_skill2sc) (int *skill_id); typedef sc_type (*HPMHOOK_post_status_skill2sc) (sc_type retVal___, int skill_id); typedef int (*HPMHOOK_pre_status_sc2skill) (sc_type *sc); |