mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
Misc/Config: enable ChatFakeMessagePreventing by default, since it's a blizzlike feature.
This commit is contained in:
@@ -1692,9 +1692,9 @@ Creature.MovingStopTimeForPlayer = 180000
|
||||
# invisible symbols. Not applied to the addon language, but may break old
|
||||
# addons that use normal languages for sending data to other clients.
|
||||
# Default: 0 - (Disabled)
|
||||
# 1 - (Enabled)
|
||||
# 1 - (Enabled, Blizzlike)
|
||||
|
||||
ChatFakeMessagePreventing = 0
|
||||
ChatFakeMessagePreventing = 1
|
||||
|
||||
#
|
||||
# ChatStrictLinkChecking.Severity
|
||||
|
||||
Reference in New Issue
Block a user