mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-14 09:39:11 +00:00
fix: server motd
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
#include "Util.h"
|
||||
#include "World.h"
|
||||
#include "SHA1.h"
|
||||
#include "ServerMotd.h"
|
||||
|
||||
RASocket::RASocket()
|
||||
{
|
||||
@@ -349,7 +350,7 @@ int RASocket::svc(void)
|
||||
}
|
||||
|
||||
// send motd
|
||||
if (send(std::string(sWorld->GetMotd()) + "\r\n") == -1)
|
||||
if (send(std::string(Motd::GetMotd()) + "\r\n") == -1)
|
||||
return -1;
|
||||
|
||||
for (;;)
|
||||
|
||||
Reference in New Issue
Block a user