DB/Startup Strings

From wowdev
(Redirected from Startup Strings.dbc)
Jump to navigation Jump to search

DBC contains strings that are used during the startup of wow almost all of them are in case of a problem (such as well known "Your game interface files are corrupt. Please remove your Interface\FrameXML folder.") with exception for a first line which is "MSG_TITLE_WOW" meaning its locaalized string is loaded as a window title for the running process

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