diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2015-03-10 20:15:04 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2015-03-10 20:15:04 +0100 |
commit | fb5aaa96cbed8fe8c9ce8a47a63ffe017c7e53b4 (patch) | |
tree | 593f5a911f38fed1ccbd8b71afc39aab1f018392 /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | |
parent | c091b38e4400560ca0644afef9f08e4f9d6835b0 (diff) | |
download | hercules-fb5aaa96cbed8fe8c9ce8a47a63ffe017c7e53b4.tar.gz hercules-fb5aaa96cbed8fe8c9ce8a47a63ffe017c7e53b4.tar.bz2 hercules-fb5aaa96cbed8fe8c9ce8a47a63ffe017c7e53b4.tar.xz hercules-fb5aaa96cbed8fe8c9ce8a47a63ffe017c7e53b4.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 a3e4340be..c1c848b51 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc @@ -123,6 +123,7 @@ struct HookingPointData HookingPoints[] = { { HP_POP(bg->send_xy_timer_sub, HP_bg_send_xy_timer_sub) }, { HP_POP(bg->send_xy_timer, HP_bg_send_xy_timer) }, { HP_POP(bg->afk_timer, HP_bg_afk_timer) }, + { HP_POP(bg->team_db_final, HP_bg_team_db_final) }, { HP_POP(bg->str2teamtype, HP_bg_str2teamtype) }, { HP_POP(bg->config_read, HP_bg_config_read) }, /* buyingstore */ |