aboutsummaryrefslogtreecommitdiff
path: root/src/game/Item.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Item.h')
-rw-r--r--src/game/Item.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Item.h b/src/game/Item.h
index 1087099b54c..37d7b7c2dfd 100644
--- a/src/game/Item.h
+++ b/src/game/Item.h
@@ -218,7 +218,7 @@ struct ItemRequiredTarget
bool ItemCanGoIntoBag(ItemPrototype const *proto, ItemPrototype const *pBagProto);
-class TRINITY_DLL_SPEC Item : public Object
+class Item : public Object
{
public:
static Item* CreateItem( uint32 item, uint32 count, Player const* player = NULL );