diff options
author | Guilherme G. Menaldo <guilherme.menaldo@outlook.com> | 2018-08-20 21:21:34 -0300 |
---|---|---|
committer | Guilherme G. Menaldo <guilherme.menaldo@outlook.com> | 2018-08-30 12:04:07 -0300 |
commit | dca07b9b9e9640085412b1ceafd691727b871048 (patch) | |
tree | befe427b00bfb6d87f0226df36c817dd296f68c7 /src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc | |
parent | 6a0d3d52dcb64a4e04d49336fa7bdf82874a7cc1 (diff) | |
download | hercules-dca07b9b9e9640085412b1ceafd691727b871048.tar.gz hercules-dca07b9b9e9640085412b1ceafd691727b871048.tar.bz2 hercules-dca07b9b9e9640085412b1ceafd691727b871048.tar.xz hercules-dca07b9b9e9640085412b1ceafd691727b871048.zip |
Fixed Blastime and Claymore Trap damage that wasn't being split by the number of enemies
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc index fdd89760e..760f44c5e 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc @@ -5672,6 +5672,8 @@ struct { struct HPMHookPoint *HP_skill_cell_overlap_post; struct HPMHookPoint *HP_skill_timerskill_pre; struct HPMHookPoint *HP_skill_timerskill_post; + struct HPMHookPoint *HP_skill_trap_do_splash_pre; + struct HPMHookPoint *HP_skill_trap_do_splash_post; struct HPMHookPoint *HP_skill_trap_splash_pre; struct HPMHookPoint *HP_skill_trap_splash_post; struct HPMHookPoint *HP_skill_check_condition_mercenary_pre; @@ -12225,6 +12227,8 @@ struct { int HP_skill_cell_overlap_post; int HP_skill_timerskill_pre; int HP_skill_timerskill_post; + int HP_skill_trap_do_splash_pre; + int HP_skill_trap_do_splash_post; int HP_skill_trap_splash_pre; int HP_skill_trap_splash_post; int HP_skill_check_condition_mercenary_pre; |