DB/DungeonMap: Difference between revisions

From wowdev
Jump to navigation Jump to search
(New page: *ID int *map irefID map.dbc *layer int, for instances with multiple floors *coordinates float[4], in which range in x and y is this shown. used for scaling. *Area irefID AreaTable.dbc, if ...)
 
No edit summary
Line 4: Line 4:
*coordinates float[4], in which range in x and y is this shown. used for scaling.
*coordinates float[4], in which range in x and y is this shown. used for scaling.
*Area irefID AreaTable.dbc, if only used in a specific area. see the northrend one.
*Area irefID AreaTable.dbc, if only used in a specific area. see the northrend one.
[[Category:DBC]]

Revision as of 02:21, 28 October 2008

  • ID int
  • map irefID map.dbc
  • layer int, for instances with multiple floors
  • coordinates float[4], in which range in x and y is this shown. used for scaling.
  • Area irefID AreaTable.dbc, if only used in a specific area. see the northrend one.