diff options
author | Haru <haru@dotalux.com> | 2015-01-22 00:44:27 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-01-24 14:37:26 +0100 |
commit | 28eda3cd3dd7f8031668fdd8ba463e5661246348 (patch) | |
tree | 76f2ba97a955d0724949b5f233a81bcd4ea8cf52 /src/plugins/HPMHooking/HPMHooking_map.sources.inc | |
parent | dfe8337d9ddb1a0b356ae86de9955845d280b759 (diff) | |
download | hercules-28eda3cd3dd7f8031668fdd8ba463e5661246348.tar.gz hercules-28eda3cd3dd7f8031668fdd8ba463e5661246348.tar.bz2 hercules-28eda3cd3dd7f8031668fdd8ba463e5661246348.tar.xz hercules-28eda3cd3dd7f8031668fdd8ba463e5661246348.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 53bb6bcad..d7d7ac1ac 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.sources.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.sources.inc @@ -8,6 +8,7 @@ memcpy(&HPMHooks.source.atcommand, atcommand, sizeof(struct atcommand_interface) memcpy(&HPMHooks.source.battle, battle, sizeof(struct battle_interface)); memcpy(&HPMHooks.source.bg, bg, sizeof(struct battleground_interface)); memcpy(&HPMHooks.source.buyingstore, buyingstore, sizeof(struct buyingstore_interface)); +memcpy(&HPMHooks.source.channel, channel, sizeof(struct channel_interface)); memcpy(&HPMHooks.source.chat, chat, sizeof(struct chat_interface)); memcpy(&HPMHooks.source.chrif, chrif, sizeof(struct chrif_interface)); memcpy(&HPMHooks.source.clif, clif, sizeof(struct clif_interface)); |