diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2013-11-09 16:46:12 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2013-11-09 16:46:12 +0100 |
commit | 3f77c349d076cfbc2e9bf14588dce504b949340a (patch) | |
tree | fd6291546c763f499ec9ff3c8f03284b2770bf65 /src/plugins/HPMHooking/HPMHooking.HookingPoints.inc | |
parent | 857bdc4f98be6cd1e185a24565d6b6b54752b9b4 (diff) | |
download | hercules-3f77c349d076cfbc2e9bf14588dce504b949340a.tar.gz hercules-3f77c349d076cfbc2e9bf14588dce504b949340a.tar.bz2 hercules-3f77c349d076cfbc2e9bf14588dce504b949340a.tar.xz hercules-3f77c349d076cfbc2e9bf14588dce504b949340a.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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc index 01eb6684b..c5a2f1dc6 100644 --- a/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking.HookingPoints.inc @@ -2118,8 +2118,8 @@ struct HookingPointData HookingPoints[] = { { HP_POP(script->buildin_maprespawnguildid_sub_pc, HP_script_buildin_maprespawnguildid_sub_pc) }, { HP_POP(script->buildin_maprespawnguildid_sub_mob, HP_script_buildin_maprespawnguildid_sub_mob) }, { HP_POP(script->buildin_mobcount_sub, HP_script_buildin_mobcount_sub) }, - { HP_POP(script->playBGM_sub, HP_script_playBGM_sub) }, - { HP_POP(script->playBGM_foreachpc_sub, HP_script_playBGM_foreachpc_sub) }, + { HP_POP(script->playbgm_sub, HP_script_playbgm_sub) }, + { HP_POP(script->playbgm_foreachpc_sub, HP_script_playbgm_foreachpc_sub) }, { HP_POP(script->soundeffect_sub, HP_script_soundeffect_sub) }, { HP_POP(script->buildin_query_sql_sub, HP_script_buildin_query_sql_sub) }, { HP_POP(script->axtoi, HP_script_axtoi) }, |