diff options
Diffstat (limited to 'src/net/eathena/gamerecv.cpp')
-rw-r--r-- | src/net/eathena/gamerecv.cpp | 5 |
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 |