diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2016-03-10 00:38:39 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2016-03-10 00:38:39 +0100 |
commit | b18a0e350abe20202ba787716feb7b39a23b6de4 (patch) | |
tree | 5da8a869a7ef41452e231d648ab5a36b75bc9ef2 /src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc | |
parent | 7420249057e038fe1cc799938e03d28ffe321e2f (diff) | |
download | hercules-b18a0e350abe20202ba787716feb7b39a23b6de4.tar.gz hercules-b18a0e350abe20202ba787716feb7b39a23b6de4.tar.bz2 hercules-b18a0e350abe20202ba787716feb7b39a23b6de4.tar.xz hercules-b18a0e350abe20202ba787716feb7b39a23b6de4.zip |
HPM Hooks Update
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc b/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc index f579fb301..fbf332ffb 100644 --- a/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc +++ b/src/plugins/HPMHooking/HPMHooking_char.HookingPoints.inc @@ -44,7 +44,6 @@ struct HookingPointData HookingPoints[] = { { HP_POP(chr->create_charstatus, HP_chr_create_charstatus) }, { HP_POP(chr->mmo_char_tosql, HP_chr_mmo_char_tosql) }, { HP_POP(chr->memitemdata_to_sql, HP_chr_memitemdata_to_sql) }, - { HP_POP(chr->inventory_to_sql, HP_chr_inventory_to_sql) }, { HP_POP(chr->mmo_gender, HP_chr_mmo_gender) }, { HP_POP(chr->mmo_chars_fromsql, HP_chr_mmo_chars_fromsql) }, { HP_POP(chr->mmo_char_fromsql, HP_chr_mmo_char_fromsql) }, |