diff options
author | shennetsind <ind@henn.et> | 2014-02-08 19:39:35 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2014-02-08 19:39:35 -0200 |
commit | 51805d1f2cedc084fea6cc390ca23a24291edbec (patch) | |
tree | a1c4b4743df1fa5c1c43b95cc1cf75f60c24574e /src/plugins/HPMHooking/HPMHooking.Hooks.inc | |
parent | afcb4bcae5d28a4156cce4d0f833e95432d45797 (diff) | |
parent | f2383946d9e52f61844a9f6e3ec679c99f697e04 (diff) | |
download | hercules-51805d1f2cedc084fea6cc390ca23a24291edbec.tar.gz hercules-51805d1f2cedc084fea6cc390ca23a24291edbec.tar.bz2 hercules-51805d1f2cedc084fea6cc390ca23a24291edbec.tar.xz hercules-51805d1f2cedc084fea6cc390ca23a24291edbec.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking.Hooks.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking.Hooks.inc | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.Hooks.inc b/src/plugins/HPMHooking/HPMHooking.Hooks.inc index e2ed78729..2e8389d59 100644 --- a/src/plugins/HPMHooking/HPMHooking.Hooks.inc +++ b/src/plugins/HPMHooking/HPMHooking.Hooks.inc @@ -54682,32 +54682,6 @@ int HP_script_buildin_query_sql_sub(struct script_state *st, Sql *handle) { } return retVal___; } -int HP_script_axtoi(const char *hexStg) { - int hIndex = 0; - int retVal___ = 0; - if( HPMHooks.count.HP_script_axtoi_pre ) { - int (*preHookFunc) (const char *hexStg); - for(hIndex = 0; hIndex < HPMHooks.count.HP_script_axtoi_pre; hIndex++ ) { - preHookFunc = HPMHooks.list.HP_script_axtoi_pre[hIndex].func; - retVal___ = preHookFunc(hexStg); - } - if( *HPMforce_return ) { - *HPMforce_return = false; - return retVal___; - } - } - { - retVal___ = HPMHooks.source.script.axtoi(hexStg); - } - if( HPMHooks.count.HP_script_axtoi_post ) { - int (*postHookFunc) (int retVal___, const char *hexStg); - for(hIndex = 0; hIndex < HPMHooks.count.HP_script_axtoi_post; hIndex++ ) { - postHookFunc = HPMHooks.list.HP_script_axtoi_post[hIndex].func; - retVal___ = postHookFunc(retVal___, hexStg); - } - } - return retVal___; -} int HP_script_buildin_instance_warpall_sub(struct block_list *bl, va_list ap) { int hIndex = 0; int retVal___ = 0; |