mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
Fixed dynamic linking (#19341)
This commit is contained in:
@@ -25,13 +25,13 @@ class WorldPacket;
|
||||
namespace Motd
|
||||
{
|
||||
/// Set a new Message of the Day
|
||||
void TC_GAME_API SetMotd(std::string motd);
|
||||
TC_GAME_API void SetMotd(std::string motd);
|
||||
|
||||
/// Get the current Message of the Day
|
||||
char const* TC_GAME_API GetMotd();
|
||||
TC_GAME_API char const* GetMotd();
|
||||
|
||||
/// Get the motd packet to send at login
|
||||
WorldPacket const* TC_GAME_API GetMotdPacket();
|
||||
TC_GAME_API WorldPacket const* GetMotdPacket();
|
||||
}
|
||||
|
||||
#endif //ServerMotd_h__
|
||||
|
||||
Reference in New Issue
Block a user