From 03d1705dfafccdcd5ed613a2cca699e80978f747 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 27 Jul 2018 07:23:36 +0300 Subject: Add new chanaged packet where item id with size int32 was introduced. Also fix some other packets for support int32 ints. --- src/net/eathena/homunculusrecv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/eathena/homunculusrecv.cpp') diff --git a/src/net/eathena/homunculusrecv.cpp b/src/net/eathena/homunculusrecv.cpp index 5f0b586bd..33bde140c 100644 --- a/src/net/eathena/homunculusrecv.cpp +++ b/src/net/eathena/homunculusrecv.cpp @@ -123,7 +123,7 @@ void HomunculusRecv::processHomunculusInfo(Net::MessageIn &msg) Notify_true); const int hungry = msg.readInt16("hungry"); const int intimacy = msg.readInt16("intimacy"); - const int equip = msg.readInt16("equip"); + const int equip = msg.readItemId("item id"); PlayerInfo::setStatBase(Attributes::HOMUN_ATK, msg.readInt16("atk"), Notify_true); -- cgit v1.2.3-60-g2f50