summaryrefslogtreecommitdiff
path: root/src/plugins/HPMHooking/HPMHooking.sources.inc
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-11-06 15:11:23 -0200
committershennetsind <ind@henn.et>2013-11-06 15:11:23 -0200
commitd932913f398d935347ba05de16e8616e1d89d220 (patch)
tree635bf1a3da4aedddd7e4bb39e3ebba1ed20df697 /src/plugins/HPMHooking/HPMHooking.sources.inc
parent6f77d070b98c73962a4f45f274a0f5c58a2448e3 (diff)
parent0a5abb6de766be6a5068da08eb6477e343f2d7b3 (diff)
downloadhercules-d932913f398d935347ba05de16e8616e1d89d220.tar.gz
hercules-d932913f398d935347ba05de16e8616e1d89d220.tar.bz2
hercules-d932913f398d935347ba05de16e8616e1d89d220.tar.xz
hercules-d932913f398d935347ba05de16e8616e1d89d220.zip
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'src/plugins/HPMHooking/HPMHooking.sources.inc')
-rw-r--r--src/plugins/HPMHooking/HPMHooking.sources.inc1
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));