diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/server/worldserver/worldserver.conf.dist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist index 056729c4318..fab4cf54a9a 100644 --- a/src/server/worldserver/worldserver.conf.dist +++ b/src/server/worldserver/worldserver.conf.dist @@ -1691,8 +1691,8 @@ Creature.MovingStopTimeForPlayer = 180000 # Description: Chat protection from creating fake messages using a lot spaces or other # 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, Blizzlike) +# Default: 1 - (Enabled, Blizzlike) +# 0 - (Disabled) ChatFakeMessagePreventing = 1 |
