summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
diff options
context:
space:
mode:
authorAsheraf <acheraf1998@gmail.com>2019-11-06 17:18:04 +0100
committerAsheraf <acheraf1998@gmail.com>2019-11-06 17:18:04 +0100
commit9a712eea333bd44605355beb9c2d431b4bf2f7fc (patch)
tree74e95870b97f5a9219f03ef4a2cd67971546149d /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
parentc6635fbf0145b03656d1b90212a3f3093de228d3 (diff)
downloadhercules-9a712eea333bd44605355beb9c2d431b4bf2f7fc.tar.gz
hercules-9a712eea333bd44605355beb9c2d431b4bf2f7fc.tar.bz2
hercules-9a712eea333bd44605355beb9c2d431b4bf2f7fc.tar.xz
hercules-9a712eea333bd44605355beb9c2d431b4bf2f7fc.zip
HPM Hooks Update
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
index da72b688a..6bf3ced67 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc
@@ -3213,8 +3213,9 @@ struct HookingPointData HookingPoints[] = {
{ HP_POP(status->skill2sc, HP_status_skill2sc) },
{ HP_POP(status->sc2skill, HP_status_sc2skill) },
{ HP_POP(status->sc2scb_flag, HP_status_sc2scb_flag) },
- { HP_POP(status->type2relevant_bl_types, HP_status_type2relevant_bl_types) },
+ { HP_POP(status->get_sc_relevant_bl_types, HP_status_get_sc_relevant_bl_types) },
{ HP_POP(status->get_sc_type, HP_status_get_sc_type) },
+ { HP_POP(status->get_sc_icon, HP_status_get_sc_icon) },
{ HP_POP(status->damage, HP_status_damage) },
{ HP_POP(status->charge, HP_status_charge) },
{ HP_POP(status->percent_change, HP_status_percent_change) },