aboutsummaryrefslogtreecommitdiff
path: root/src/game/InstanceData.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/InstanceData.h')
-rw-r--r--src/game/InstanceData.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/InstanceData.h b/src/game/InstanceData.h
index 8e7afe2d6a4..e6fcb25b355 100644
--- a/src/game/InstanceData.h
+++ b/src/game/InstanceData.h
@@ -109,7 +109,7 @@ struct MinionInfo
typedef std::multimap<uint32 /*entry*/, DoorInfo> DoorInfoMap;
typedef std::map<uint32 /*entry*/, MinionInfo> MinionInfoMap;
-class TRINITY_DLL_SPEC InstanceData : public ZoneScript
+class InstanceData : public ZoneScript
{
public: