diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2016-01-09 18:47:46 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2016-01-09 18:47:46 +0100 |
commit | 25edecdacfba89de097e61fd0958236a8cd90a6b (patch) | |
tree | 68e161fa828f1544ea01effc3753025d9468a6c0 /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | |
parent | a0f25125a6239894a86d51ae8dcf6a06a4d0a380 (diff) | |
download | hercules-25edecdacfba89de097e61fd0958236a8cd90a6b.tar.gz hercules-25edecdacfba89de097e61fd0958236a8cd90a6b.tar.bz2 hercules-25edecdacfba89de097e61fd0958236a8cd90a6b.tar.xz hercules-25edecdacfba89de097e61fd0958236a8cd90a6b.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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc index 67fb2ce19..5bbad878a 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc @@ -944,6 +944,8 @@ struct HookingPointData HookingPoints[] = { { 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) }, + { HP_POP(clif->selectcart, HP_clif_selectcart) }, + { HP_POP(clif->pSelectCart, HP_clif_pSelectCart) }, /* cmdline */ { HP_POP(cmdline->init, HP_cmdline_init) }, { HP_POP(cmdline->final, HP_cmdline_final) }, |