Misc: Removed unneeded info about character escaping from .conf.dist and improved example MotD

(cherry picked from commit c731bd5d59)
This commit is contained in:
Cosmo Orzechovsky
2015-12-08 20:20:01 +01:00
committed by Shauren
parent 7093c16c5d
commit b13e664e5d

View File

@@ -1100,9 +1100,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."