GameTables.dbc
📝 Structure on wowdev.wiki
❌ denotes unused fields
Structure
| Index | Field | Type | Reference |
|---|---|---|---|
| 0 | Name | string | |
| 1 | NumRows | uint32 | |
| 2 | NumColumns | uint32 | |
Description of fields
Name
❌ Col: 0 (string)
The actual dbc file name is prefixed with gt. Not all game tables are present in client.
NumRows
❌ Col: 1 (uint32)
NumRows * NumColumns = total num rows in gt*.dbc
NumColumns
❌ Col: 2 (uint32)
- no description -
