DBFilesClient\AreaTable.dbc |
From WoWDev
Contents |
[edit]
DBFilesClient\AreaTable.dbc
This client database describes the areas in the game and their specific properties, like name, continent and other yet unknown properties.
[edit]
Fields
| Field ID | Type | Description |
|---|---|---|
| 0 | uint | AreaID |
| 1 | uint | Continent (refers to a WorldID) |
| 2 | uint | Region (refers to an AreaID) |
| 3 | bitfield | Flags |
| 11 | string | Name |
[edit]
Field descriptions
[edit]
Flags
The flags seem to mark what kind of area it is.
| Bit(s) | Description |
|---|---|
| 0x00000038 | Seems to indicate this is a capital city |
| 0x00000080 | Always PVP |

