DB/CharBaseInfo: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (New style.)
Line 1: Line 1:
==Header Info==
Defines availability of classes for the different races.
Records....................52
Fields......................2
Record Size.................2
String Block Size...........1


==Structure==
==Structure==
'''Column Field Type Notes'''
{| style="background:#FCFCFC; color:black"
  1 iRefID_[[ChrRaces.dbc|ChrRaces]] Integer
|-
  2 iRefID_[[ChrClasses.dbc|ChrClasses]] Integer What Class is allowed
! width="80" | Column  
! width="180 " | Field  
! width="80" | Type  
! width="600" | Notes
|- style="background:#F0F8FF;"
|1 || [[ChrRaces.dbc|Race]] || iRefID  || For this race,
|- style="background:#F0F8FF;"
|2 || [[ChrClasses.dbc|Class]] || iRefID  || these classes are allowed.
|}


Retrieved from "http://www.sourcepeek.com/wiki/CharBaseInfo.dbc"
[[Category:DBC]][[Category:3.0.2.8905]]
 
[[Category:DBC]]

Revision as of 17:33, 29 September 2008

Defines availability of classes for the different races.

Structure

Column Field Type Notes
1 Race iRefID For this race,
2 Class iRefID these classes are allowed.