Fix dynamic build

This commit is contained in:
Shauren
2019-12-05 09:11:35 +01:00
committed by GitHub
parent d934824421
commit da015babc0

View File

@@ -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) { }