diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2014-12-02 11:00:08 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2014-12-02 11:00:08 +0100 |
commit | 14700f7e00e5593279599907f6cdf11fde1b67cd (patch) | |
tree | 08632562a07f61d801961d4a85a54b9d4e6494cd /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | |
parent | f92b392439cd5f2b517e9c829d9f518e1f5b392a (diff) | |
download | hercules-14700f7e00e5593279599907f6cdf11fde1b67cd.tar.gz hercules-14700f7e00e5593279599907f6cdf11fde1b67cd.tar.bz2 hercules-14700f7e00e5593279599907f6cdf11fde1b67cd.tar.xz hercules-14700f7e00e5593279599907f6cdf11fde1b67cd.zip |
HPM Hooks Update
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc index aec67b694..545f07d01 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc @@ -2032,7 +2032,6 @@ struct HookingPointData HookingPoints[] = { { HP_POP(pet->lootitem_drop, HP_pet_lootitem_drop) }, { HP_POP(pet->skill_bonus_timer, HP_pet_skill_bonus_timer) }, { HP_POP(pet->recovery_timer, HP_pet_recovery_timer) }, - { HP_POP(pet->heal_timer, HP_pet_heal_timer) }, { HP_POP(pet->skill_support_timer, HP_pet_skill_support_timer) }, { HP_POP(pet->read_db, HP_pet_read_db) }, /* quest */ |