diff options
Diffstat (limited to 'src/net/eathena/chatrecv.cpp')
-rw-r--r-- | src/net/eathena/chatrecv.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/chatrecv.cpp b/src/net/eathena/chatrecv.cpp index 9e766be83..d52183962 100644 --- a/src/net/eathena/chatrecv.cpp +++ b/src/net/eathena/chatrecv.cpp @@ -627,6 +627,7 @@ void ChatRecv::processChatRoomJoinFailed(Net::MessageIn &msg) break; default: UNIMPLEMENTEDPACKETFIELD(result); + break; } } |