From bacbf0a5c2ab7805b41ab06b9b396321882ac500 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francesco=20Borz=C3=AC?= Date: Fri, 28 Jun 2019 01:05:51 +0200 Subject: [PATCH] Let's make it clear. (#1991) * Let's make it clear. * Fix typo * Add missing comma * Update worldserver.conf.dist --- src/server/worldserver/worldserver.conf.dist | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist index 8de43dc14..869a46d49 100644 --- a/src/server/worldserver/worldserver.conf.dist +++ b/src/server/worldserver/worldserver.conf.dist @@ -1429,11 +1429,26 @@ 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 AzerothCore." +# Example: "Welcome to John\'s Server@" # Default: "Welcome to an AzerothCore server." Motd = "Welcome to an AzerothCore server." +# PLEASE NOTE: another (hardcoded) text will appear below the MOTD: +# +# "This server runs on AzerothCore www.azerothcore.org" +# +# All the AzerothCore contributors, as well as its father projects (MaNGOS, TrinityCore, etc..), +# have worked for free to provide you this software. Please do not remove the credits. +# +# Changing or removing such hardcoded text is considered a violation of our license +# and it's not allowed. We reserve the right to take legal action in case of violations. +# Furthermore, any kind of support will be always denied. +# +# All AzerothCore contributors and its father projects are publicly listed in +# our official repository. Credits to open source contributions should always be shown. +# + # # Server.LoginInfo # Description: Display core version (.server info) on login.