summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsin.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-07-21 20:25:56 +0300
committerAndrei Karas <akaras@inbox.ru>2016-07-21 20:25:56 +0300
commitbde5efd020baf48312eb093f120d2b9094d2f994 (patch)
treeaae42f2c5e85f59b0b704a99520bff5b3d9ba7a4 /src/net/eathena/packetsin.inc
parent70b8dc1a827e878ef899cf9824362706e86f30e5 (diff)
downloadplus-bde5efd020baf48312eb093f120d2b9094d2f994.tar.gz
plus-bde5efd020baf48312eb093f120d2b9094d2f994.tar.bz2
plus-bde5efd020baf48312eb093f120d2b9094d2f994.tar.xz
plus-bde5efd020baf48312eb093f120d2b9094d2f994.zip
Add packet SMSG_WALK_ERROR 0x0b21.
Diffstat (limited to 'src/net/eathena/packetsin.inc')
-rw-r--r--src/net/eathena/packetsin.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc
index 8e847a1cd..49d5a3e5d 100644
--- a/src/net/eathena/packetsin.inc
+++ b/src/net/eathena/packetsin.inc
@@ -808,6 +808,7 @@ if (serverVersion > 0)
packet(SMSG_SKILL_CASTING2, 0x0b1e, -1, &BeingRecv::processSkillCasting2, 0);
packet(SMSG_PLAYER_ADD_SKILL2, 0x0b1f, -1, &SkillRecv::processSkillAdd2, 0);
packet(SMSG_PLAYER_UPDATE_SKILL2, 0x0b20, -1, &SkillRecv::processSkillUpdate2, 0);
+ packet(SMSG_WALK_ERROR, 0x0b21, 10, &PlayerRecv::processWalkError, 0);
// char server
packet(SMSG_CHAR_PASSWORD_RESPONSE, 0x0062, 3, &LoginRecv::processCharPasswordResponse, 0);