diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-01 14:30:24 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-02 22:17:34 +0300 |
commit | 046ed2c6e94bc3016351cadb6f4d792807acb63d (patch) | |
tree | 4fa98033b59af09377134c77e1500138db078ae5 /src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc | |
parent | 2b4df46f3962e7eff3b810669b4fcf114a673503 (diff) | |
download | hercules-046ed2c6e94bc3016351cadb6f4d792807acb63d.tar.gz hercules-046ed2c6e94bc3016351cadb6f4d792807acb63d.tar.bz2 hercules-046ed2c6e94bc3016351cadb6f4d792807acb63d.tar.xz hercules-046ed2c6e94bc3016351cadb6f4d792807acb63d.zip |
Update HPM hooks.
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc index 034b14b79..c2c6daf58 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc @@ -3399,6 +3399,8 @@ struct { struct HPMHookPoint *HP_npc_market_delfromsql_post; struct HPMHookPoint *HP_npc_market_delfromsql_sub_pre; struct HPMHookPoint *HP_npc_market_delfromsql_sub_post; + struct HPMHookPoint *HP_npc_db_checkid_pre; + struct HPMHookPoint *HP_npc_db_checkid_post; struct HPMHookPoint *HP_npc_secure_timeout_timer_pre; struct HPMHookPoint *HP_npc_secure_timeout_timer_post; struct HPMHookPoint *HP_party_init_pre; @@ -8482,6 +8484,8 @@ struct { int HP_npc_market_delfromsql_post; int HP_npc_market_delfromsql_sub_pre; int HP_npc_market_delfromsql_sub_post; + int HP_npc_db_checkid_pre; + int HP_npc_db_checkid_post; int HP_npc_secure_timeout_timer_pre; int HP_npc_secure_timeout_timer_post; int HP_party_init_pre; |