From b5f94d06c03240d4ff0aa604984a6b008316b573 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 28 Sep 2020 00:24:42 -0300 Subject: Fix some typos. My bad. --- src/echar/init.c | 1 + src/echar/int_party.c | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'src/echar') diff --git a/src/echar/init.c b/src/echar/init.c index 31faf8a..a697821 100644 --- a/src/echar/init.c +++ b/src/echar/init.c @@ -8,6 +8,7 @@ #include #include "common/HPMi.h" +#include "common/nullpo.h" #include "common/memmgr.h" #include "common/mapindex.h" #include "common/mmo.h" diff --git a/src/echar/int_party.c b/src/echar/int_party.c index 21f117a..e7cd658 100644 --- a/src/echar/int_party.c +++ b/src/echar/int_party.c @@ -2,6 +2,7 @@ // Copyright (c) 2014 - 2015 Evol developers #include "common/hercules.h" +#include "common/HPMi.h" #include "common/nullpo.h" #include "char/int_party.h" #include "char/char.h" @@ -13,10 +14,6 @@ #include "plugins/HPMHooking.h" -HPExport struct HPMHooking_interface HPMHooking_s; - -#include "common/HPMDataCheck.h" /* should always be the last file included! (if you don't make it last, it'll intentionally break compile time) */ - int einter_party_check_lv(struct party_data **p) { hookStop(); -- cgit v1.2.3-60-g2f50