From b02eceefa01bbe52f05d1e0db8693a2088808bac Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 10 Jun 2018 05:51:29 +0300 Subject: Disable additional field in SkillHandler::usePos. --- src/net/eathena/skillhandler.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/net/eathena/skillhandler.cpp b/src/net/eathena/skillhandler.cpp index 3c9e7e158..fdce9a93c 100644 --- a/src/net/eathena/skillhandler.cpp +++ b/src/net/eathena/skillhandler.cpp @@ -77,11 +77,14 @@ void SkillHandler::usePos(const int id, const int level, outMsg.writeInt16(CAST_S16(id), "skill id"); outMsg.writeInt16(CAST_S16(x), "x"); outMsg.writeInt16(CAST_S16(y), "y"); +/* + // disabled due priority from shuffle packets over normal. if (packetVersionZero >= 20180131 || packetVersion >= 20180207) { outMsg.writeInt8(0, "unknown"); } +*/ } } -- cgit v1.2.3-60-g2f50