DB/CharVariations: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (more content ;))
(gender)
Line 7: Line 7:
==Structure==
==Structure==
  '''Column Field Type Notes'''  
  '''Column Field Type Notes'''  
  1 ID Integer missing ID 9 / iRefID_[[ChrRaces.dbc|ChrRaces]]
  1 ID Integer missing ID 9 (goblin) / iRefID_[[ChrRaces.dbc|ChrRaces]]
  2 Unknown Boolean Male / Female  
  2 Gender Boolean Male / Female  
  ''3 Unknown NULL''
  ''3 Unknown NULL''
  4 Unknown BitMask <.. 0x0 or 0x200 / 0 or 512
  4 Unknown BitMask <.. 0x0 or 0x200 / 0 or 512

Revision as of 21:44, 20 August 2007

Header Info

Records....................28
Fields......................6
Record Size................24
String Block Size...........1

Structure

Column	Field 		Type 		Notes 
1 	ID 		Integer 	missing ID 9 (goblin) / iRefID_ChrRaces
2 	Gender 		Boolean 	Male / Female 
3 	Unknown 	NULL 	
4 	Unknown 	BitMask 	<.. 0x0 or 0x200 / 0 or 512
5 	Unknown 	BitMask 	 .. Reflects previous column. ..>
6 	Unknown 	NULL 	

--schlumpf_