diff --git a/src/game/Handlers/ChatHandler.cpp b/src/game/Handlers/ChatHandler.cpp index f2d1213d3..1a4b97315 100644 --- a/src/game/Handlers/ChatHandler.cpp +++ b/src/game/Handlers/ChatHandler.cpp @@ -66,7 +66,7 @@ void WorldSession::HandleMessagechatOpcode(WorldPacket & recvData) case CHAT_MSG_PARTY_LEADER: break; default: - if (!sWorld->getBoolConfig(CONFIG_CHAT_MUTE_FIRST_LOGIN)) + if (sWorld->getBoolConfig(CONFIG_CHAT_MUTE_FIRST_LOGIN)) { uint32 minutes = sWorld->getIntConfig(CONFIG_CHAT_TIME_MUTE_FIRST_LOGIN);