DB/Startup Strings

From wowdev
Revision as of 22:46, 21 February 2016 by Schlumpf (talk | contribs)
Jump to navigation Jump to search

Header Info

Records.....................7
Fields.....................11
Record Size................44
String Block Size.........676

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;
};