mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
Core/Misc: Fixed dynamic build
This commit is contained in:
@@ -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) { }
|
||||
|
||||
Reference in New Issue
Block a user