DB/NameGen: Difference between revisions

From wowdev
Jump to navigation Jump to search
(New page: This file is localized depending on client that downloaded it. ==Header Info== Records..................1931 Fields......................4 Record Size................16 String Block...)
 
No edit summary
Line 15: Line 15:


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

Revision as of 15:00, 25 July 2007

This file is localized depending on client that downloaded it.

Header Info

Records..................1931
Fields......................4
Record Size................16
String Block Size.......13830

Structure

Column	Field 		Type 		Notes 
1 	ID 		Integer 	
2 	Player Name 	String 		Any given random player name 
3 	iRefID_ChrRaces	Integer 	Ref to ID in ChrRaces 
4 	gender 		Boolean 	0 = male name, 1 = female name 

Retrieved from "http://www.sourcepeek.com/wiki/NameGen.dbc"