diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2014-02-22 17:29:53 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2014-02-22 17:29:53 +0100 |
commit | c2a395fc221ca8d990aacd8f9fd839999687cd2f (patch) | |
tree | f032f8b2a85e28e4b6ec925fdfb6997e54ce4489 /src/plugins/HPMHooking/HPMHooking.HookingPoints.inc | |
parent | eedb111a26c994ec9044aadb05bebc0207e0f3e2 (diff) | |
download | hercules-c2a395fc221ca8d990aacd8f9fd839999687cd2f.tar.gz hercules-c2a395fc221ca8d990aacd8f9fd839999687cd2f.tar.bz2 hercules-c2a395fc221ca8d990aacd8f9fd839999687cd2f.tar.xz hercules-c2a395fc221ca8d990aacd8f9fd839999687cd2f.zip |
HPM Hooks Update
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking.HookingPoints.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking.HookingPoints.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc index 4e85449b1..9cd73bce8 100644 --- a/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc @@ -360,7 +360,6 @@ struct HookingPointData HookingPoints[] = { { HP_POP(clif->partytickack, HP_clif_partytickack) }, { HP_POP(clif->equiptickack, HP_clif_equiptickack) }, { HP_POP(clif->viewequip_ack, HP_clif_viewequip_ack) }, - { HP_POP(clif->viewequip_fail, HP_clif_viewequip_fail) }, { HP_POP(clif->equpcheckbox, HP_clif_equpcheckbox) }, { HP_POP(clif->displayexp, HP_clif_displayexp) }, { HP_POP(clif->font, HP_clif_font) }, @@ -439,7 +438,6 @@ struct HookingPointData HookingPoints[] = { { HP_POP(clif->changechatstatus, HP_clif_changechatstatus) }, { HP_POP(clif->wis_message, HP_clif_wis_message) }, { HP_POP(clif->wis_end, HP_clif_wis_end) }, - { HP_POP(clif->disp_onlyself, HP_clif_disp_onlyself) }, { HP_POP(clif->disp_message, HP_clif_disp_message) }, { HP_POP(clif->broadcast, HP_clif_broadcast) }, { HP_POP(clif->broadcast2, HP_clif_broadcast2) }, @@ -516,7 +514,6 @@ struct HookingPointData HookingPoints[] = { { HP_POP(clif->guild_emblem_area, HP_clif_guild_emblem_area) }, { HP_POP(clif->guild_notice, HP_clif_guild_notice) }, { HP_POP(clif->guild_message, HP_clif_guild_message) }, - { HP_POP(clif->guild_skillup, HP_clif_guild_skillup) }, { HP_POP(clif->guild_reqalliance, HP_clif_guild_reqalliance) }, { HP_POP(clif->guild_allianceack, HP_clif_guild_allianceack) }, { HP_POP(clif->guild_delalliance, HP_clif_guild_delalliance) }, |