summaryrefslogtreecommitdiff
path: root/src/net/eathena/gamerecv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/gamerecv.cpp')
-rw-r--r--src/net/eathena/gamerecv.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/net/eathena/gamerecv.cpp b/src/net/eathena/gamerecv.cpp
index a0e449621..c06e51569 100644
--- a/src/net/eathena/gamerecv.cpp
+++ b/src/net/eathena/gamerecv.cpp
@@ -84,4 +84,10 @@ void GameRecv::processMapAuthRefuse(Net::MessageIn &msg)
UNIMPLEMENTEDPACKET;
msg.readUInt8("error");
}
+
+void GameRecv::processPing2(Net::MessageIn &msg A_UNUSED)
+{
+ // do nothing
+}
+
} // namespace EAthena