mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Dynamic linking build fix
This commit is contained in:
@@ -131,7 +131,7 @@ namespace Trinity
|
||||
};
|
||||
|
||||
template<typename PacketCustomizer = MessageDistDelivererCustomizer>
|
||||
struct TC_GAME_API MessageDistDeliverer
|
||||
struct MessageDistDeliverer
|
||||
{
|
||||
WorldObject const* i_source;
|
||||
PacketCustomizer i_messageCustomizer;
|
||||
@@ -167,7 +167,7 @@ namespace Trinity
|
||||
};
|
||||
|
||||
template<typename PacketCustomizer = MessageDistDelivererCustomizer>
|
||||
struct TC_GAME_API MessageDistDelivererToHostile
|
||||
struct MessageDistDelivererToHostile
|
||||
{
|
||||
Unit* i_source;
|
||||
PacketCustomizer i_messageCustomizer;
|
||||
|
||||
Reference in New Issue
Block a user