Core/Game: Add TC_GAME_API to ItemTemplate, fixes dynamic linking build for unit tests

This commit is contained in:
Treeston
2020-09-06 22:05:43 +02:00
parent 697fb48747
commit ce3272f54f

View File

@@ -597,7 +597,7 @@ struct _Socket
#define MAX_ITEM_PROTO_SPELLS 5
#define MAX_ITEM_PROTO_STATS 10
struct ItemTemplate
struct TC_GAME_API ItemTemplate
{
friend class ObjectMgr;