summaryrefslogtreecommitdiff
path: root/src/net/eathena/playerrecv.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-01-06 02:43:19 +0300
committerAndrei Karas <akaras@inbox.ru>2016-01-06 02:43:19 +0300
commit3f61f517230632fc5fef8cb3c2f47247c431dd44 (patch)
treef158ebe5f9a956df1a15bfc301a1bac30abdffb5 /src/net/eathena/playerrecv.cpp
parent206123cda79c8b77aafcd042c99f5ea1c38f084d (diff)
downloadplus-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.cpp6
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