Core/Misc: Fixed dynamic build

This commit is contained in:
Shauren
2021-12-06 10:24:29 +01:00
parent 1c5420faff
commit 6ebd4eb202

View File

@@ -587,7 +587,7 @@ namespace WorldPackets
float ModRate = 1.0f;
};
class SpellCooldown : public ServerPacket
class TC_GAME_API SpellCooldown : public ServerPacket
{
public:
SpellCooldown() : ServerPacket(SMSG_SPELL_COOLDOWN, 4 + 16 + 1) { }