From 290aa8f51810e57414f3de2b0d2c3c67e6591c7f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 12 Sep 2016 22:13:02 +0300 Subject: Fix some packet errors for version 20080910. --- src/net/eathena/packetsout.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/net/eathena') diff --git a/src/net/eathena/packetsout.inc b/src/net/eathena/packetsout.inc index a8571f361..1c6a819c2 100644 --- a/src/net/eathena/packetsout.inc +++ b/src/net/eathena/packetsout.inc @@ -501,6 +501,8 @@ if (packetVersion >= 20080827) if (packetVersion >= 20080910) { packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); + packet(CMSG_PLAYER_CHANGE_ACT, 0x0437, 7, clif->pActionRequest); + packet(CMSG_SKILL_USE_BEING, 0x0438, 10, clif->pUseSkillToId); } // 20090603 -- cgit v1.2.3-70-g09d2