DB/Startup Strings

From wowdev
Revision as of 23:52, 1 October 2017 by Barncastle (talk | contribs)
Jump to navigation Jump to search

Structure

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

1.12.1.5875, 6.0.1.18179

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