diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-01-06 02:43:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-01-06 02:43:19 +0300 |
commit | 3f61f517230632fc5fef8cb3c2f47247c431dd44 (patch) | |
tree | f158ebe5f9a956df1a15bfc301a1bac30abdffb5 /src/net/eathena/playerrecv.cpp | |
parent | 206123cda79c8b77aafcd042c99f5ea1c38f084d (diff) | |
download | plus-3f61f517230632fc5fef8cb3c2f47247c431dd44.tar.gz plus-3f61f517230632fc5fef8cb3c2f47247c431dd44.tar.bz2 plus-3f61f517230632fc5fef8cb3c2f47247c431dd44.tar.xz plus-3f61f517230632fc5fef8cb3c2f47247c431dd44.zip |
Add packet SMSG_DRESS_ROOM_OPEN 0x0a02.
Diffstat (limited to 'src/net/eathena/playerrecv.cpp')
-rw-r--r-- | src/net/eathena/playerrecv.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/net/eathena/playerrecv.cpp b/src/net/eathena/playerrecv.cpp index 28be2155e..6aa71870a 100644 --- a/src/net/eathena/playerrecv.cpp +++ b/src/net/eathena/playerrecv.cpp @@ -419,4 +419,10 @@ void PlayerRecv::processOnlineList(Net::MessageIn &msg) BLOCK_END("PlayerRecv::processOnlineList") } +void PlayerRecv::processDressRoomOpen(Net::MessageIn &msg) +{ + UNIMPLIMENTEDPACKET; + msg.readInt16("view"); +} + } // namespace EAthena |