Core/Packets: silence the Voice Error: 1 error message spam

Classic requires the other two voice chat related bits to be set in order to disable any voice chat functionality
This commit is contained in:
Ovahlord
2024-07-21 06:42:41 +02:00
committed by GitHub
parent 6a15494e2e
commit 0aa82cde51

View File

@@ -1425,6 +1425,9 @@ void WorldSession::SendFeatureSystemStatus()
features.AddonChatThrottle.MaxTries = 10;
features.AddonChatThrottle.TriesRestoredPerSecond = 1;
features.AddonChatThrottle.UsedTriesPerMessage = 1;
features.VoiceChatDisabledByParentalControl = true;
features.VoiceChatMutedByParentalControl = true;
/// END OF DUMMY VALUES
features.EuropaTicketSystemStatus->TicketsEnabled = sWorld->getBoolConfig(CONFIG_SUPPORT_TICKETS_ENABLED);