summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-12-17 03:47:42 +0300
committerAndrei Karas <akaras@inbox.ru>2018-12-17 03:47:42 +0300
commitfe602eb5dadd9600a1ddc97c124b37036ab028a4 (patch)
treecfd33a2785ff673a73b0992b219273fb2f28240d /src/map/clif.c
parent18867f88bf23779a89dbe7d8b7dfcd2cf78744c3 (diff)
downloadhercules-fe602eb5dadd9600a1ddc97c124b37036ab028a4.tar.gz
hercules-fe602eb5dadd9600a1ddc97c124b37036ab028a4.tar.bz2
hercules-fe602eb5dadd9600a1ddc97c124b37036ab028a4.tar.xz
hercules-fe602eb5dadd9600a1ddc97c124b37036ab028a4.zip
Revert "Fix compile errors with old packetvers"
This reverts commit 18867f88bf23779a89dbe7d8b7dfcd2cf78744c3.
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 28b953de5..e8780c6ff 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -1628,7 +1628,7 @@ static bool clif_spawn(struct block_list *bl)
/// 022e <name>.24B <modified>.B <level>.W <hunger>.W <intimacy>.W <equip id>.W <atk>.W <matk>.W <hit>.W <crit>.W <def>.W <mdef>.W <flee>.W <aspd>.W <hp>.W <max hp>.W <sp>.W <max sp>.W <exp>.L <max exp>.L <skill points>.W <atk range>.W
static void clif_hominfo(struct map_session_data *sd, struct homun_data *hd, int flag)
{
-#if PACKETVER_MAIN_NUM >= 20101005 || PACKETVER_RE_NUM >= 20080827 || defined(PACKETVER_ZERO)
+#if PACKETVER_MAIN_NUM >= 20101005 || PACKETVER_RE_NUM >= 20080827 || defined(PACKETVER_ZERO_NUM)
struct status_data *hstatus;
enum homun_type htype;
struct PACKET_ZC_PROPERTY_HOMUN p;