summaryrefslogtreecommitdiff
path: root/src/map/clif.c
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-06-06 06:38:26 +0300
committerAndrei Karas <akaras@inbox.ru>2019-06-26 06:47:09 +0300
commitfebde8ebc5d4199ac66ab8aaa6ee42f497b37d87 (patch)
treef5303f4977d1efa6014a8b5fe8662b27f542807a /src/map/clif.c
parent58e5437cc7611579155e6d47439becc418f9b51d (diff)
downloadhercules-febde8ebc5d4199ac66ab8aaa6ee42f497b37d87.tar.gz
hercules-febde8ebc5d4199ac66ab8aaa6ee42f497b37d87.tar.bz2
hercules-febde8ebc5d4199ac66ab8aaa6ee42f497b37d87.tar.xz
hercules-febde8ebc5d4199ac66ab8aaa6ee42f497b37d87.zip
Update packet ZC_PROPERTY_HOMUN
Diffstat (limited to 'src/map/clif.c')
-rw-r--r--src/map/clif.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/clif.c b/src/map/clif.c
index 4b80942e8..9976fc744 100644
--- a/src/map/clif.c
+++ b/src/map/clif.c
@@ -1649,7 +1649,9 @@ static void clif_hominfo(struct map_session_data *sd, struct homun_data *hd, int
p.level = hd->homunculus.level;
p.hunger = hd->homunculus.hunger;
p.intimacy = hd->homunculus.intimacy / 100;
+#if !(PACKETVER_MAIN_NUM >= 20190619 || PACKETVER_RE_NUM >= 20190605 || PACKETVER_ZERO_NUM >= 20190626)
p.itemId = 0; // equip id
+#endif
#ifdef RENEWAL
p.atk2 = cap_value(hstatus->rhw.atk2, 0, INT16_MAX);
#else