diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2014-01-01 04:05:58 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2014-01-01 04:05:58 +0100 |
commit | 3bda07c3983ad715009717695702ff8e799e54d7 (patch) | |
tree | 5a222e72851803c88428e2db39e7c62d6e4b3723 /src/plugins/HPMHooking/HPMHooking.HookingPoints.inc | |
parent | c2f6086b1969f542459a1b685552d58a4d631f4b (diff) | |
download | hercules-3bda07c3983ad715009717695702ff8e799e54d7.tar.gz hercules-3bda07c3983ad715009717695702ff8e799e54d7.tar.bz2 hercules-3bda07c3983ad715009717695702ff8e799e54d7.tar.xz hercules-3bda07c3983ad715009717695702ff8e799e54d7.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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc index c016ca418..8188f7c30 100644 --- a/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc @@ -1709,6 +1709,7 @@ struct HookingPointData HookingPoints[] = { { HP_POP(npc->market_fromsql, HP_npc_market_fromsql) }, { HP_POP(npc->market_tosql, HP_npc_market_tosql) }, { HP_POP(npc->market_delfromsql, HP_npc_market_delfromsql) }, + { HP_POP(npc->market_delfromsql_sub, HP_npc_market_delfromsql_sub) }, { HP_POP(npc->secure_timeout_timer, HP_npc_secure_timeout_timer) }, /* party */ { HP_POP(party->init, HP_party_init) }, |