Merge pull request #15960 from panaut0lordv/6.x

Core/Misc: Character escaping is not necessary in MOTD config
This commit is contained in:
jackpoz
2015-12-12 15:41:35 +01:00

View File

@@ -1040,9 +1040,8 @@ BeepAtStart = 1
#
# Motd
# Description: Message of the Day, displayed at login.
# Use '@' for a newline and be sure to escape special characters.
# Example: "Welcome to John\'s Server@This server runs on Trinity Core."
# Description: Message of the Day, displayed at login. Use '@' for a newline.
# Example: "Welcome to John's Server!@This server is proud to be powered by Trinity Core."
# Default: "Welcome to a Trinity Core server."
Motd = "Welcome to a Trinity Core server."