diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2015-08-17 01:04:44 +0200 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2015-08-17 01:04:44 +0200 |
commit | a540af6966eda71caca8b9767c968d00281dde5e (patch) | |
tree | 20d01b3458e1c4b8664e62682ed006f458fef3c6 /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | |
parent | edecaa3d4d5084b40f229c19706545e1fde7919c (diff) | |
download | hercules-a540af6966eda71caca8b9767c968d00281dde5e.tar.gz hercules-a540af6966eda71caca8b9767c968d00281dde5e.tar.bz2 hercules-a540af6966eda71caca8b9767c968d00281dde5e.tar.xz hercules-a540af6966eda71caca8b9767c968d00281dde5e.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 cc96d3171..03127500d 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc @@ -918,6 +918,7 @@ struct HookingPointData HookingPoints[] = { { HP_POP(clif->pNPCShopClosed, HP_clif_pNPCShopClosed) }, { HP_POP(clif->pNPCMarketClosed, HP_clif_pNPCMarketClosed) }, { HP_POP(clif->pNPCMarketPurchase, HP_clif_pNPCMarketPurchase) }, + { HP_POP(clif->add_random_options, HP_clif_add_random_options) }, /* cmdline */ { HP_POP(cmdline->init, HP_cmdline_init) }, { HP_POP(cmdline->final, HP_cmdline_final) }, |