diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2015-12-25 14:09:16 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2015-12-25 14:09:16 +0100 |
commit | 7dbf982616937504586c6552b88b3e0b38e2eb49 (patch) | |
tree | c943e90a8cf82049a870fb52851780ba0dfa8f32 /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | |
parent | 88d4e4ee9f8716e8bcdaa5c666c3aafe11c0cae2 (diff) | |
download | hercules-7dbf982616937504586c6552b88b3e0b38e2eb49.tar.gz hercules-7dbf982616937504586c6552b88b3e0b38e2eb49.tar.bz2 hercules-7dbf982616937504586c6552b88b3e0b38e2eb49.tar.xz hercules-7dbf982616937504586c6552b88b3e0b38e2eb49.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, 1 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc index 4a18d529d..456f2985f 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc @@ -943,6 +943,7 @@ struct HookingPointData HookingPoints[] = { { HP_POP(clif->pNPCMarketPurchase, HP_clif_pNPCMarketPurchase) }, { HP_POP(clif->add_random_options, HP_clif_add_random_options) }, { HP_POP(clif->pHotkeyRowShift, HP_clif_pHotkeyRowShift) }, + { HP_POP(clif->dressroom_open, HP_clif_dressroom_open) }, /* cmdline */ { HP_POP(cmdline->init, HP_cmdline_init) }, { HP_POP(cmdline->final, HP_cmdline_final) }, |