summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking_char.HPMHooksCore.inc
diff options
context:
space:
mode:
authorSmokexyz <sagunkho@hotmail.com>2017-07-05 23:10:59 +0530
committerSmokexyz <sagunkho@hotmail.com>2017-07-05 23:10:59 +0530
commit7569afbe6932e55c6a62f0747ea1e7b5ba3c977e (patch)
tree4f4e77a2267daf8c8cb6a4330fd00f0309ab1309 /src/plugins/HPMHooking/HPMHooking_char.HPMHooksCore.inc
parent7a2447204644b53e64a730c9c8428cc5b33f5aa2 (diff)
downloadhercules-7569afbe6932e55c6a62f0747ea1e7b5ba3c977e.tar.gz
hercules-7569afbe6932e55c6a62f0747ea1e7b5ba3c977e.tar.bz2
hercules-7569afbe6932e55c6a62f0747ea1e7b5ba3c977e.tar.xz
hercules-7569afbe6932e55c6a62f0747ea1e7b5ba3c977e.zip
Update HPM Hooking (Follow up 7a2447204644b53e64a730c9c8428cc5b33f5aa2)
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_char.HPMHooksCore.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking_char.HPMHooksCore.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_char.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking_char.HPMHooksCore.inc
index 21e136c2f..46c79c47a 100644
--- a/src/plugins/HPMHooking/HPMHooking_char.HPMHooksCore.inc
+++ b/src/plugins/HPMHooking/HPMHooking_char.HPMHooksCore.inc
@@ -62,6 +62,8 @@ struct {
struct HPMHookPoint *HP_chr_create_charstatus_post;
struct HPMHookPoint *HP_chr_mmo_char_tosql_pre;
struct HPMHookPoint *HP_chr_mmo_char_tosql_post;
+ struct HPMHookPoint *HP_chr_getitemdata_from_sql_pre;
+ struct HPMHookPoint *HP_chr_getitemdata_from_sql_post;
struct HPMHookPoint *HP_chr_memitemdata_to_sql_pre;
struct HPMHookPoint *HP_chr_memitemdata_to_sql_post;
struct HPMHookPoint *HP_chr_mmo_gender_pre;
@@ -1547,6 +1549,8 @@ struct {
int HP_chr_create_charstatus_post;
int HP_chr_mmo_char_tosql_pre;
int HP_chr_mmo_char_tosql_post;
+ int HP_chr_getitemdata_from_sql_pre;
+ int HP_chr_getitemdata_from_sql_post;
int HP_chr_memitemdata_to_sql_pre;
int HP_chr_memitemdata_to_sql_post;
int HP_chr_mmo_gender_pre;