mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 03:12:09 +01:00
Core/PacketIO: Updated and enabled SMSG_CHAT_SERVER_MESSAGE
This commit is contained in:
@@ -134,9 +134,9 @@ public:
|
||||
if (!*args)
|
||||
return false;
|
||||
|
||||
char buff[2048];
|
||||
sprintf(buff, handler->GetTrinityString(LANG_SYSTEMMESSAGE), args);
|
||||
sWorld->SendServerMessage(SERVER_MSG_STRING, buff);
|
||||
std::string str = handler->PGetParseString(LANG_SYSTEMMESSAGE, args);
|
||||
|
||||
sWorld->SendServerMessage(SERVER_MSG_STRING, str);
|
||||
return true;
|
||||
}
|
||||
// announce to logged in GMs
|
||||
|
||||
Reference in New Issue
Block a user