diff options
Diffstat (limited to 'src/net/eathena/chathandler.cpp')
-rw-r--r-- | src/net/eathena/chathandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/chathandler.cpp b/src/net/eathena/chathandler.cpp index 3738f97b6..09873ad10 100644 --- a/src/net/eathena/chathandler.cpp +++ b/src/net/eathena/chathandler.cpp @@ -222,7 +222,7 @@ void ChatHandler::createChatRoom(const std::string &title, const int limit, const bool isPublic) const { - createOutPacket(CMSG_CREAYE_CHAT_ROOM); + createOutPacket(CMSG_CREATE_CHAT_ROOM); outMsg.writeInt16(CAST_S16( 7 + 8 + 36), "len"); outMsg.writeInt16(CAST_S16(limit), "limit"); |