mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-31 14:17:28 +01:00
Merge pull request #15960 from panaut0lordv/6.x
Core/Misc: Character escaping is not necessary in MOTD config
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user