diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2016-04-04 16:09:25 +0200 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2016-04-04 16:09:25 +0200 |
commit | 73a617651b290eef4d5c1e6900eed6cb3526c307 (patch) | |
tree | ab831d705642a3cb5adb6d6a2c4da409ae6890c6 /src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc | |
parent | 3732bd4a6b708651f6b4bcd32d6beb2b7f49c478 (diff) | |
download | hercules-73a617651b290eef4d5c1e6900eed6cb3526c307.tar.gz hercules-73a617651b290eef4d5c1e6900eed6cb3526c307.tar.bz2 hercules-73a617651b290eef4d5c1e6900eed6cb3526c307.tar.xz hercules-73a617651b290eef4d5c1e6900eed6cb3526c307.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 c28cde1d4..714da27bf 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.HookingPoints.inc @@ -2323,6 +2323,7 @@ struct HookingPointData HookingPoints[] = { { HP_POP(script->get_val_instance_num, HP_script_get_val_instance_num) }, { HP_POP(script->get_val2, HP_script_get_val2) }, { HP_POP(script->push_str, HP_script_push_str) }, + { HP_POP(script->push_conststr, HP_script_push_conststr) }, { HP_POP(script->push_copy, HP_script_push_copy) }, { HP_POP(script->pop_stack, HP_script_pop_stack) }, { HP_POP(script->set_constant, HP_script_set_constant) }, |