mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-21 07:22:02 -04: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