DB/Startup Strings: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
==Header Info==
Records.....................7
Fields.....................11
Record Size................44
String Block Size.........676
==Structure==
==Structure==
  '''Column Field Type Notes'''  
  '''Column Field Type Notes'''  

Revision as of 00:57, 23 February 2016

Structure

Column	Field 		Type 		Notes 
1 	ID 		Integer 	
2 	Name 		String 	
3-11 	Text 		String + Loc

6.0.1.18179

struct Startup_StringsRec {
  uint32_t m_ID;
  stringref m_name;
  stringref m_message_lang;
};