diff options
author | Haru <haru@dotalux.com> | 2016-03-13 20:21:07 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-07-12 20:58:36 +0200 |
commit | 591e877c7f30d4c9d34b996f245b0ad0ee81c46d (patch) | |
tree | ffd193d76143bb95500fe707d0c7e019e833b473 /src/plugins/HPMHooking/HPMHooking_map.sources.inc | |
parent | b1ad3f26233d8a2e79d88802eb75ba39be88af95 (diff) | |
download | hercules-591e877c7f30d4c9d34b996f245b0ad0ee81c46d.tar.gz hercules-591e877c7f30d4c9d34b996f245b0ad0ee81c46d.tar.bz2 hercules-591e877c7f30d4c9d34b996f245b0ad0ee81c46d.tar.xz hercules-591e877c7f30d4c9d34b996f245b0ad0ee81c46d.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 50e83206a..5d556c065 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.sources.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.sources.inc @@ -56,6 +56,7 @@ memcpy(&HPMHooks.source.map, map, sizeof(struct map_interface)); memcpy(&HPMHooks.source.mapindex, mapindex, sizeof(struct mapindex_interface)); memcpy(&HPMHooks.source.mapit, mapit, sizeof(struct mapit_interface)); memcpy(&HPMHooks.source.mapreg, mapreg, sizeof(struct mapreg_interface)); +memcpy(&HPMHooks.source.md5, md5, sizeof(struct md5_interface)); memcpy(&HPMHooks.source.mercenary, mercenary, sizeof(struct mercenary_interface)); memcpy(&HPMHooks.source.mob, mob, sizeof(struct mob_interface)); memcpy(&HPMHooks.source.npc_chat, npc_chat, sizeof(struct npc_chat_interface)); |