summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-11-18 23:30:33 -0200
committershennetsind <ind@henn.et>2013-11-18 23:30:33 -0200
commit54cc3cd435eb400ea0569632ebef2f2da03efc04 (patch)
treeba3737fc030fad384a88828b50f60489904b69a9 /src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
parent35c05d58e13dc9637d4151087aee009991bef407 (diff)
parent4fa1496d93d5c12651431017160b188a37813bca (diff)
downloadhercules-54cc3cd435eb400ea0569632ebef2f2da03efc04.tar.gz
hercules-54cc3cd435eb400ea0569632ebef2f2da03efc04.tar.bz2
hercules-54cc3cd435eb400ea0569632ebef2f2da03efc04.tar.xz
hercules-54cc3cd435eb400ea0569632ebef2f2da03efc04.zip
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
index 992a6f144..9eb34a37f 100644
--- a/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
+++ b/src/plugins/HPMHooking/HPMHooking.HPMHooksCore.inc
@@ -369,8 +369,8 @@ struct {
struct HPMHookPoint *HP_chrif_changedsex_post;
struct HPMHookPoint *HP_chrif_divorceack_pre;
struct HPMHookPoint *HP_chrif_divorceack_post;
- struct HPMHookPoint *HP_chrif_accountban_pre;
- struct HPMHookPoint *HP_chrif_accountban_post;
+ struct HPMHookPoint *HP_chrif_idbanned_pre;
+ struct HPMHookPoint *HP_chrif_idbanned_post;
struct HPMHookPoint *HP_chrif_recvfamelist_pre;
struct HPMHookPoint *HP_chrif_recvfamelist_post;
struct HPMHookPoint *HP_chrif_load_scdata_pre;
@@ -5328,8 +5328,8 @@ struct {
int HP_chrif_changedsex_post;
int HP_chrif_divorceack_pre;
int HP_chrif_divorceack_post;
- int HP_chrif_accountban_pre;
- int HP_chrif_accountban_post;
+ int HP_chrif_idbanned_pre;
+ int HP_chrif_idbanned_post;
int HP_chrif_recvfamelist_pre;
int HP_chrif_recvfamelist_post;
int HP_chrif_load_scdata_pre;