diff options
author | shennetsind <ind@henn.et> | 2014-02-03 16:04:17 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2014-02-03 16:04:17 -0200 |
commit | 250ec31ab4af9a3370d4412689802f9c46c45bea (patch) | |
tree | cf9bce988a6237d63c35bc1135bed036e64f38e7 /src/plugins/HPMHooking.c | |
parent | 26af96e93821b1b4b918086473b987b5382c7b3a (diff) | |
download | hercules-250ec31ab4af9a3370d4412689802f9c46c45bea.tar.gz hercules-250ec31ab4af9a3370d4412689802f9c46c45bea.tar.bz2 hercules-250ec31ab4af9a3370d4412689802f9c46c45bea.tar.xz hercules-250ec31ab4af9a3370d4412689802f9c46c45bea.zip |
Wrap up on HPMDC
http://hercules.ws/board/topic/4283-introducing-hpm-datacheck/
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/plugins/HPMHooking.c')
-rw-r--r-- | src/plugins/HPMHooking.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking.c b/src/plugins/HPMHooking.c index 1ca5b5f3c..e6e698383 100644 --- a/src/plugins/HPMHooking.c +++ b/src/plugins/HPMHooking.c @@ -46,6 +46,8 @@ #include "../map/mail.h" #include "../map/irc-bot.h" +#include "../common/HPMDataCheck.h" + HPExport struct hplugin_info pinfo = { "HPMHooking", // Plugin name SERVER_TYPE_MAP,// Which server types this plugin works with? |