diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2013-10-18 22:53:55 +0200 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2013-10-18 22:53:55 +0200 |
commit | 4139f240fa26ae214599774fd551d3de03ffe7be (patch) | |
tree | 871dc97c90cdc55c3c333df6da0fdca2958b5da0 /src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc | |
parent | cd780e51999c6efa1084e6b41ba0efcaaa347b9e (diff) | |
download | hercules-4139f240fa26ae214599774fd551d3de03ffe7be.tar.gz hercules-4139f240fa26ae214599774fd551d3de03ffe7be.tar.bz2 hercules-4139f240fa26ae214599774fd551d3de03ffe7be.tar.xz hercules-4139f240fa26ae214599774fd551d3de03ffe7be.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 03534821e..6fbb45016 100644 --- a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc +++ b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc @@ -2847,6 +2847,8 @@ struct { struct HPMHookPoint *HP_map_addblcell_post; struct HPMHookPoint *HP_map_delblcell_pre; struct HPMHookPoint *HP_map_delblcell_post; + struct HPMHookPoint *HP_map_get_new_bonus_id_pre; + struct HPMHookPoint *HP_map_get_new_bonus_id_post; struct HPMHookPoint *HP_mapit_alloc_pre; struct HPMHookPoint *HP_mapit_alloc_post; struct HPMHookPoint *HP_mapit_free_pre; @@ -7726,6 +7728,8 @@ struct { int HP_map_addblcell_post; int HP_map_delblcell_pre; int HP_map_delblcell_post; + int HP_map_get_new_bonus_id_pre; + int HP_map_get_new_bonus_id_post; int HP_mapit_alloc_pre; int HP_mapit_alloc_post; int HP_mapit_free_pre; |