From ab7acfbdfcf276d045be50e58019f12467dd65a5 Mon Sep 17 00:00:00 2001 From: Sascha <42348051+Raz0r1337@users.noreply.github.com> Date: Thu, 13 Feb 2025 11:37:36 +0100 Subject: [PATCH] edit to announcement (#967) * German full translation With the power of ChatGPT i translated all chatter texts into German locale. Insterted the German texts into text_loc3. Everything else should stay unchenged. * forgot headline * Edit to announcement fits better into the AC MotD and looks much better --- src/Playerbots.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Playerbots.cpp b/src/Playerbots.cpp index 95369dae..e495c61d 100644 --- a/src/Playerbots.cpp +++ b/src/Playerbots.cpp @@ -105,7 +105,7 @@ public: if (sPlayerbotAIConfig->enabled) { ChatHandler(player->GetSession()).SendSysMessage( - "|cff00ff00Playerbots:|r This server runs with |cff00ccffmod-playerbots|r " + "|cff00ff00This server runs with |cff00ccffmod-playerbots|r " "|cffcccccchttps://github.com/liyunfan1223/mod-playerbots|r"); }