diff options
author | Hercules.ws <Hercules@efficiently.awesome> | 2013-11-05 01:46:41 +0100 |
---|---|---|
committer | HerculesWSAPI <Hercules@efficiently.awesome> | 2013-11-05 01:46:41 +0100 |
commit | 0a5abb6de766be6a5068da08eb6477e343f2d7b3 (patch) | |
tree | 10ba4b7fddb054cc9001c7085362bc2a3a544061 /src/plugins/HPMHooking/HPMHooking.sources.inc | |
parent | 5b5618f072a6aaa7a32aae516809bd0671580631 (diff) | |
download | hercules-0a5abb6de766be6a5068da08eb6477e343f2d7b3.tar.gz hercules-0a5abb6de766be6a5068da08eb6477e343f2d7b3.tar.bz2 hercules-0a5abb6de766be6a5068da08eb6477e343f2d7b3.tar.xz hercules-0a5abb6de766be6a5068da08eb6477e343f2d7b3.zip |
HPM Hooks Update
Signed-off-by: HerculesWSAPI <Hercules@efficiently.awesome>
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking.sources.inc')
-rw-r--r-- | src/plugins/HPMHooking/HPMHooking.sources.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking/HPMHooking.sources.inc b/src/plugins/HPMHooking/HPMHooking.sources.inc index e6dd89814..53bb6bcad 100644 --- a/src/plugins/HPMHooking/HPMHooking.sources.inc +++ b/src/plugins/HPMHooking/HPMHooking.sources.inc @@ -30,6 +30,7 @@ memcpy(&HPMHooks.source.mob, mob, sizeof(struct mob_interface)); memcpy(&HPMHooks.source.npc, npc, sizeof(struct npc_interface)); memcpy(&HPMHooks.source.party, party, sizeof(struct party_interface)); memcpy(&HPMHooks.source.path, path, sizeof(struct path_interface)); +memcpy(&HPMHooks.source.pcg, pcg, sizeof(struct pc_groups_interface)); memcpy(&HPMHooks.source.pc, pc, sizeof(struct pc_interface)); memcpy(&HPMHooks.source.pet, pet, sizeof(struct pet_interface)); memcpy(&HPMHooks.source.quest, quest, sizeof(struct quest_interface)); |