Skip to content

GameTables.dbc ​

📝 Structure on wowdev.wiki ​

 

❌ denotes unused fields

Structure ​

IndexFieldTypeReference
0Namestring
1NumRowsuint32
2NumColumnsuint32
 

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 -