summaryrefslogtreecommitdiff
path: root/src/net/eathena/playerrecv.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-06-15 00:31:47 +0300
committerAndrei Karas <akaras@inbox.ru>2018-06-15 00:31:47 +0300
commitc823c623827435e42e5cec0fbd2f494999ba4a85 (patch)
tree97406e83a2bf7ba7770e348113ed314c57736960 /src/net/eathena/playerrecv.cpp
parentf349460cedb54d3490e016a48036ced26cd8e998 (diff)
downloadManaVerse-c823c623827435e42e5cec0fbd2f494999ba4a85.tar.gz
ManaVerse-c823c623827435e42e5cec0fbd2f494999ba4a85.tar.bz2
ManaVerse-c823c623827435e42e5cec0fbd2f494999ba4a85.tar.xz
ManaVerse-c823c623827435e42e5cec0fbd2f494999ba4a85.zip
Add packet CMSG_PLAYER_SELECT_STYLE_ACK 0x0a47.
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 a85b53c60..7ae05eba6 100644
--- a/src/net/eathena/playerrecv.cpp
+++ b/src/net/eathena/playerrecv.cpp
@@ -542,4 +542,10 @@ void PlayerRecv::processPlayerStatUpdate7(Net::MessageIn &msg)
BLOCK_END("PlayerRecv::processPlayerStatUpdate7")
}
+void PlayerRecv::processSelectStyleAck(Net::MessageIn &msg)
+{
+ UNIMPLEMENTEDPACKET;
+ msg.readUInt8("flag");
+}
+
} // namespace EAthena