DB/LanguageWords

From wowdev
Revision as of 00:52, 13 February 2016 by Marlamin (talk | contribs) (Marlamin moved page LanguageWords.dbc to DB/LanguageWords)
Jump to navigation Jump to search

Header Info

Records..................1607
Fields......................3
Record Size................12
String Block Size........6614

Structure

Column	Field 			Type 		Notes 
1 	ID 			Integer 	
2 	iRefID_Languages 	Integer 	
3 	Text 			String 		Any given syllable/word of a language 

Retrieved from "http://www.sourcepeek.com/wiki/LanguageWords.dbc"

6.0.1.18179

struct LanguageWordsRec {
  uint32_t m_ID;
  uint32_t m_languageID;
  stringref m_word;
};