summaryrefslogtreecommitdiff
path: root/src/net/eathena/gamerecv.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-05-14 03:51:45 +0300
committerAndrei Karas <akaras@inbox.ru>2019-05-14 03:51:45 +0300
commitbb5f144ce9e58def9706e4fa15e5d2d676566c8b (patch)
tree11fd441a884e8fb27332f0bd89860d28861ed069 /src/net/eathena/gamerecv.cpp
parentce2ebe2ea9d3a95368fd194018ad3524dab19411 (diff)
downloadplus-bb5f144ce9e58def9706e4fa15e5d2d676566c8b.tar.gz
plus-bb5f144ce9e58def9706e4fa15e5d2d676566c8b.tar.bz2
plus-bb5f144ce9e58def9706e4fa15e5d2d676566c8b.tar.xz
plus-bb5f144ce9e58def9706e4fa15e5d2d676566c8b.zip
Add packet SMSG_MAP_LOAD_CONFIRM 0x0b1b
Diffstat (limited to 'src/net/eathena/gamerecv.cpp')
-rw-r--r--src/net/eathena/gamerecv.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/eathena/gamerecv.cpp b/src/net/eathena/gamerecv.cpp
index c06e51569..a27703235 100644
--- a/src/net/eathena/gamerecv.cpp
+++ b/src/net/eathena/gamerecv.cpp
@@ -90,4 +90,9 @@ void GameRecv::processPing2(Net::MessageIn &msg A_UNUSED)
// do nothing
}
+void GameRecv::processLoadConfirm(Net::MessageIn &msg A_UNUSED)
+{
+ UNIMPLEMENTEDPACKET;
+}
+
} // namespace EAthena