diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2014-07-09 12:10:26 +0200 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2014-07-09 12:10:26 +0200 |
commit | 660d7ebdfa98ec4c0379143d00d14443823d41fc (patch) | |
tree | 1c3819e1417cbd661645db25a88676c5d45071f4 /src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc | |
parent | 1eee0fd015aaca31df67f0cc7fa36105ade366df (diff) | |
download | hercules-660d7ebdfa98ec4c0379143d00d14443823d41fc.tar.gz hercules-660d7ebdfa98ec4c0379143d00d14443823d41fc.tar.bz2 hercules-660d7ebdfa98ec4c0379143d00d14443823d41fc.tar.xz hercules-660d7ebdfa98ec4c0379143d00d14443823d41fc.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 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc index e9727658f..de5b11b93 100644 --- a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc +++ b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc @@ -4953,8 +4953,8 @@ struct { struct HPMHookPoint *HP_unit_walktobl_post; struct HPMHookPoint *HP_unit_run_pre; struct HPMHookPoint *HP_unit_run_post; - struct HPMHookPoint *HP_unit_wugdash_pre; - struct HPMHookPoint *HP_unit_wugdash_post; + struct HPMHookPoint *HP_unit_run_hit_pre; + struct HPMHookPoint *HP_unit_run_hit_post; struct HPMHookPoint *HP_unit_escape_pre; struct HPMHookPoint *HP_unit_escape_post; struct HPMHookPoint *HP_unit_movepos_pre; @@ -9988,8 +9988,8 @@ struct { int HP_unit_walktobl_post; int HP_unit_run_pre; int HP_unit_run_post; - int HP_unit_wugdash_pre; - int HP_unit_wugdash_post; + int HP_unit_run_hit_pre; + int HP_unit_run_hit_post; int HP_unit_escape_pre; int HP_unit_escape_post; int HP_unit_movepos_pre; |