diff options
author | Haru <haru@dotalux.com> | 2015-08-11 01:48:47 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-08-15 00:51:44 +0200 |
commit | 30987271e6d3c9eb202997494690ed102adeca87 (patch) | |
tree | cadf26be9bef264382967f9d9db9197e6fb968cb /src/plugins/HPMHooking/HPMHooking_map.sources.inc | |
parent | 22bd368e5d4d8d61a7189d03f52c3afd90c0729e (diff) | |
download | hercules-30987271e6d3c9eb202997494690ed102adeca87.tar.gz hercules-30987271e6d3c9eb202997494690ed102adeca87.tar.bz2 hercules-30987271e6d3c9eb202997494690ed102adeca87.tar.xz hercules-30987271e6d3c9eb202997494690ed102adeca87.zip |
HPM Hooks Update
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 53905a9d9..024febdf8 100644 --- a/src/plugins/HPMHooking/HPMHooking_map.sources.inc +++ b/src/plugins/HPMHooking/HPMHooking_map.sources.inc @@ -15,6 +15,7 @@ memcpy(&HPMHooks.source.chrif, chrif, sizeof(struct chrif_interface)); memcpy(&HPMHooks.source.clif, clif, sizeof(struct clif_interface)); memcpy(&HPMHooks.source.cmdline, cmdline, sizeof(struct cmdline_interface)); memcpy(&HPMHooks.source.console, console, sizeof(struct console_interface)); +memcpy(&HPMHooks.source.core, core, sizeof(struct core_interface)); memcpy(&HPMHooks.source.DB, DB, sizeof(struct db_interface)); memcpy(&HPMHooks.source.duel, duel, sizeof(struct duel_interface)); memcpy(&HPMHooks.source.elemental, elemental, sizeof(struct elemental_interface)); |