DB/DungeonMapChunk

From wowdev
Revision as of 00:30, 13 February 2016 by Marlamin (talk | contribs) (Marlamin moved page DungeonMapChunk.dbc to DB/DungeonMapChunk)
Jump to navigation Jump to search

9551

Column Field Type Notes
0 ID Integer
1 Map iRefID
2 WMO-ID iRefID pointing to the group id.
3 DungeonMap iRefID
4 minZ Float {634, 156, 85, 0 -10000}

6.0.1.18179

struct DungeonMapChunkRec {
  uint32_t m_ID;
  uint32_t m_mapID;
  uint32_t m_wmoGroupID;
  uint32_t m_dungeonMapID;
  float m_minZ;
  uint32_t m_doodadPlacementID;
};