Fixed build

This commit is contained in:
joschiwald
2018-09-01 13:40:41 +02:00
parent f70a677720
commit 55928b23f6

View File

@@ -48,7 +48,7 @@ namespace WorldPackets
bool _Display = false;
};
class ChannelNotify final : public ServerPacket
class TC_GAME_API ChannelNotify final : public ServerPacket
{
public:
ChannelNotify() : ServerPacket(SMSG_CHANNEL_NOTIFY, 80) { }