From d3e9dc55ac13e99fd2634c87f4ffbff7e8781798 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 24 Sep 2014 21:58:41 +0300 Subject: eathena: fix packet SMSG_HOMUNCULUS_SKILLS. --- src/net/eathena/homunculushandler.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/net') diff --git a/src/net/eathena/homunculushandler.cpp b/src/net/eathena/homunculushandler.cpp index 6b752daad..7cdafb0aa 100644 --- a/src/net/eathena/homunculushandler.cpp +++ b/src/net/eathena/homunculushandler.cpp @@ -81,6 +81,7 @@ void HomunculusHandler::processHomunculusSkills(Net::MessageIn &msg) const int skillId = msg.readInt16("skill id"); const SkillType::SkillType inf = static_cast( msg.readInt16("inf")); + msg.readInt16("unused"); const int level = msg.readInt16("skill level"); const int sp = msg.readInt16("sp"); const int range = msg.readInt16("range"); -- cgit v1.2.3-70-g09d2