aboutsummaryrefslogtreecommitdiff
path: root/src/game/Map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Map.h')
-rw-r--r--src/game/Map.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/game/Map.h b/src/game/Map.h
index d7b3747fb34..23ae08d1167 100644
--- a/src/game/Map.h
+++ b/src/game/Map.h
@@ -98,11 +98,10 @@ struct CreatureMover
struct InstanceTemplate
{
uint32 map;
- uint32 parent;
- uint32 levelMin;
- uint32 levelMax;
+ uint32 parent;
uint32 maxPlayers;
uint32 reset_delay;
+ uint32 access_id;
float startLocX;
float startLocY;
float startLocZ;