summaryrefslogtreecommitdiff
path: root/src/net/eathena/playerrecv.h
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/playerrecv.h
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/playerrecv.h')
-rw-r--r--src/net/eathena/playerrecv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/playerrecv.h b/src/net/eathena/playerrecv.h
index b768edd0d..d0ce72b74 100644
--- a/src/net/eathena/playerrecv.h
+++ b/src/net/eathena/playerrecv.h
@@ -40,6 +40,7 @@ namespace EAthena
void processPlayerHeal(Net::MessageIn &msg);
void processPlayerSkillMessage(Net::MessageIn &msg);
void processWalkResponse(Net::MessageIn &msg);
+ void processWalkError(Net::MessageIn &msg);
void processNotifyMapInfo(Net::MessageIn &msg);
void processPlayerFameBlacksmith(Net::MessageIn &msg);
void processPlayerFameAlchemist(Net::MessageIn &msg);