diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-08-08 18:24:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-08-08 18:24:10 +0300 |
commit | 537b2bb3510f52eb9ccdee4f98e6061b5878bff0 (patch) | |
tree | deb9ab96f897bb3a77455ad8ece4c64cb2554fb1 /src/plugins/HPMHooking.c | |
parent | 2053a2d8ff9e822ed61fac8e6fd12513ded633bd (diff) | |
download | hercules-537b2bb3510f52eb9ccdee4f98e6061b5878bff0.tar.gz hercules-537b2bb3510f52eb9ccdee4f98e6061b5878bff0.tar.bz2 hercules-537b2bb3510f52eb9ccdee4f98e6061b5878bff0.tar.xz hercules-537b2bb3510f52eb9ccdee4f98e6061b5878bff0.zip |
Fix hpm issues after rodex commit.
Diffstat (limited to 'src/plugins/HPMHooking.c')
-rw-r--r-- | src/plugins/HPMHooking.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/HPMHooking.c b/src/plugins/HPMHooking.c index 0b98ea99f..a5354211d 100644 --- a/src/plugins/HPMHooking.c +++ b/src/plugins/HPMHooking.c @@ -52,6 +52,7 @@ #include "char/int_party.h" #include "char/int_pet.h" #include "char/int_quest.h" +#include "char/int_rodex.h" #include "char/int_storage.h" #include "char/inter.h" #include "char/loginif.h" @@ -91,6 +92,7 @@ #include "map/pc.h" #include "map/pet.h" #include "map/quest.h" +#include "map/rodex.h" #include "map/script.h" #include "map/skill.h" #include "map/status.h" |