summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsout.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-09-12 22:13:02 +0300
committerAndrei Karas <akaras@inbox.ru>2016-09-12 22:13:02 +0300
commit290aa8f51810e57414f3de2b0d2c3c67e6591c7f (patch)
tree14d62d63ffcc09379a17fa7c83a8e9195354fe1e /src/net/eathena/packetsout.inc
parent051e3f455bd4bd9f8ed2bfbb5c3ac4243d983147 (diff)
downloadManaVerse-290aa8f51810e57414f3de2b0d2c3c67e6591c7f.tar.gz
ManaVerse-290aa8f51810e57414f3de2b0d2c3c67e6591c7f.tar.bz2
ManaVerse-290aa8f51810e57414f3de2b0d2c3c67e6591c7f.tar.xz
ManaVerse-290aa8f51810e57414f3de2b0d2c3c67e6591c7f.zip
Fix some packet errors for version 20080910.
Diffstat (limited to 'src/net/eathena/packetsout.inc')
-rw-r--r--src/net/eathena/packetsout.inc2
1 files changed, 2 insertions, 0 deletions
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