summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
diff options
context:
space:
mode:
authorHaruna <haru@dotalux.com>2015-01-19 20:05:10 +0100
committerHaruna <haru@dotalux.com>2015-01-19 20:05:10 +0100
commit03709c136ad300be631adfd38dc36c2433bda718 (patch)
treeb690163936b99640f78141f36320fb2921556747 /src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
parente3426296a6add20845bd08013355fd3d5f975556 (diff)
parentdef25b0d1ef77cfbd4ce09656c1cef9ec0a33269 (diff)
downloadhercules-03709c136ad300be631adfd38dc36c2433bda718.tar.gz
hercules-03709c136ad300be631adfd38dc36c2433bda718.tar.bz2
hercules-03709c136ad300be631adfd38dc36c2433bda718.tar.xz
hercules-03709c136ad300be631adfd38dc36c2433bda718.zip
Merge pull request #443 from 4144/pcext
Extract exp table validation into separate function.
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc4
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 c79d9db75..0433cc54c 100644
--- a/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
+++ b/src/plugins/HPMHooking/HPMHooking_map.HPMHooksCore.inc
@@ -3945,6 +3945,8 @@ struct {
struct HPMHookPoint *HP_pc_expire_check_post;
struct HPMHookPoint *HP_pc_db_checkid_pre;
struct HPMHookPoint *HP_pc_db_checkid_post;
+ struct HPMHookPoint *HP_pc_validate_levels_pre;
+ struct HPMHookPoint *HP_pc_validate_levels_post;
struct HPMHookPoint *HP_pc_autotrade_load_pre;
struct HPMHookPoint *HP_pc_autotrade_load_post;
struct HPMHookPoint *HP_pc_autotrade_update_pre;
@@ -9098,6 +9100,8 @@ struct {
int HP_pc_expire_check_post;
int HP_pc_db_checkid_pre;
int HP_pc_db_checkid_post;
+ int HP_pc_validate_levels_pre;
+ int HP_pc_validate_levels_post;
int HP_pc_autotrade_load_pre;
int HP_pc_autotrade_load_post;
int HP_pc_autotrade_update_pre;