DB/NameGen

From wowdev
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This file is localized depending on client that downloaded it.

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 

1.12.1.5875, 6.0.1.18179

struct NameGenRec {
  uint32_t m_ID;
  stringref m_name;
  uint32_t m_raceID;
  uint32_t m_sex;
};