diff options
author | Haru <haru@dotalux.com> | 2016-03-13 21:13:32 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-07-12 20:58:40 +0200 |
commit | d0355d1df812f75e22f2d0538a1850d4e1274078 (patch) | |
tree | 03fd55f341c33519ced7a98c157f4b110bd6228b /src/plugins/HPMHooking/HPMHooking_map.sources.inc | |
parent | bdfa016ce40fb7382206775d656ba5f751ac3b49 (diff) | |
download | hercules-d0355d1df812f75e22f2d0538a1850d4e1274078.tar.gz hercules-d0355d1df812f75e22f2d0538a1850d4e1274078.tar.bz2 hercules-d0355d1df812f75e22f2d0538a1850d4e1274078.tar.xz hercules-d0355d1df812f75e22f2d0538a1850d4e1274078.zip |
HPM Hooks Update
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking_map.sources.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking_map.sources.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking_map.sources.inc b/src/plugins/HPMHooking/HPMHooking_map.sources.inc index a835e0a03..87cf0c3ed 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.sources.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.sources.inc @@ -70,6 +70,7 @@ memcpy(&HPMHooks.source.pc, pc, sizeof(struct pc_interface)); memcpy(&HPMHooks.source.libpcre, libpcre, sizeof(struct pcre_interface)); memcpy(&HPMHooks.source.pet, pet, sizeof(struct pet_interface)); memcpy(&HPMHooks.source.quest, quest, sizeof(struct quest_interface)); +memcpy(&HPMHooks.source.rnd, rnd, sizeof(struct rnd_interface)); memcpy(&HPMHooks.source.script, script, sizeof(struct script_interface)); memcpy(&HPMHooks.source.searchstore, searchstore, sizeof(struct searchstore_interface)); memcpy(&HPMHooks.source.showmsg, showmsg, sizeof(struct showmsg_interface)); |