mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user