diff options
author | SnapperRy <snapperryen@gmail.com> | 2016-09-30 16:17:24 +0200 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-03-04 19:01:45 +0100 |
commit | 28e9f064101e4d658453bbce95a06a62697b6a63 (patch) | |
tree | d683c6341f9a725b7c61f0eef758f577747450c6 /src | |
parent | c223b0dfe1898be40d8853fcd9e9cd79e5e48596 (diff) |
Misc/Config: fix an oversight.
Thanks tkrokli for noticing.
(cherry picked from commit a5e05d0d0ca4fba8ac713b4e44583a70514a5c45)
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 3a3039fccf9..e8e61f4ead9 100644 --- a/src/server/worldserver/worldserver.conf.dist +++ b/src/server/worldserver/worldserver.conf.dist @@ -1734,8 +1734,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 |