mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Fix dynamic build
This commit is contained in:
@@ -113,7 +113,7 @@ namespace WorldPackets
|
||||
uint8 Slot = 0;
|
||||
};
|
||||
|
||||
class AzeriteEmpoweredItemEquippedStatusChanged final : public ServerPacket
|
||||
class TC_GAME_API AzeriteEmpoweredItemEquippedStatusChanged final : public ServerPacket
|
||||
{
|
||||
public:
|
||||
AzeriteEmpoweredItemEquippedStatusChanged() : ServerPacket(SMSG_AZERITE_EMPOWERED_ITEM_EQUIPPED_STATUS_CHANGED, 1) { }
|
||||
|
||||
Reference in New Issue
Block a user