DB/CharTitles: Difference between revisions

From wowdev
Jump to navigation Jump to search
Line 2: Line 2:


==Header Info ==
==Header Info ==
  Records...................136
  Records...................187
  Fields.....................37
  Fields.....................6
  Record Size...............148
  Record Size...............?
  String Block Size........2363
  String Block Size........?


==Structure==
==Structure==

Revision as of 16:57, 4 June 2010

PVP rank and other titles. Added in Burning Crusade Alpha 2.0.0.5665

Header Info

Records...................187
Fields.....................6
Record Size...............?
String Block Size........?

Structure

Column	Field 		Type 		Notes 
1 	ID 		Integer 		
2 	Unknown 	Integer 	This is never used by the client. Still looks like pointing somewhere. Serverside?
3 	Male 		String		Title name 
4 	Female 		String		Title name 
5 	titleMaskID 	Integer 	Used ingame in the drop down menu.
6       unknown         Integer         All 0 except for Cataclysm titles which are 1.

Old

Column	Field 		Type 		Notes 
1 	ID 		Integer 		
2 	Unknown 	Integer 	This is never used by the client. Still looks like pointing somewhere. Serverside?
3-19 	Male 		Loc		Title name 
20-36 	Female 		Loc		Title name 
37 	titleMaskID 	Integer 	Used ingame in the drop down menu.