diff options
author | Haru <haru@dotalux.com> | 2016-03-14 01:30:43 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-07-12 20:58:45 +0200 |
commit | 14c9f5228fec75fc4e9bc8552e3fbae16f356103 (patch) | |
tree | ba5165b102784eb793da8e9cd8dc35108fbeeed0 /src/plugins/HPMHooking/HPMHooking_map.sources.inc | |
parent | 5196ad065674b65b030d30793b611823e18f0560 (diff) | |
download | hercules-14c9f5228fec75fc4e9bc8552e3fbae16f356103.tar.gz hercules-14c9f5228fec75fc4e9bc8552e3fbae16f356103.tar.bz2 hercules-14c9f5228fec75fc4e9bc8552e3fbae16f356103.tar.xz hercules-14c9f5228fec75fc4e9bc8552e3fbae16f356103.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 0df5aee53..54861ed6f 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.sources.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.sources.inc @@ -41,6 +41,7 @@ memcpy(&HPMHooks.source.DB, DB, sizeof(struct db_interface)); memcpy(&HPMHooks.source.des, des, sizeof(struct des_interface)); memcpy(&HPMHooks.source.duel, duel, sizeof(struct duel_interface)); memcpy(&HPMHooks.source.elemental, elemental, sizeof(struct elemental_interface)); +memcpy(&HPMHooks.source.grfio, grfio, sizeof(struct grfio_interface)); memcpy(&HPMHooks.source.guild, guild, sizeof(struct guild_interface)); memcpy(&HPMHooks.source.gstorage, gstorage, sizeof(struct guild_storage_interface)); memcpy(&HPMHooks.source.homun, homun, sizeof(struct homunculus_interface)); |