DB/ChatProfanity

From wowdev
Revision as of 12:28, 23 February 2016 by Mjollna (talk | contribs)
Jump to navigation Jump to search

This file encompasses all languages and is not localized. Keep in mind that size of string block is in bytes, not unicode characters.

Structure

Column	Field 		Type 		Notes 
1 	ID 		Integer 	
2 	dirty_word 	String 	
3 	LanguageID 	Integer 	Col Added in 2.0.0.5849. English = 0, AsianLang = 1, French=2, German = 3, etc...? 
					Confirm this? -- Only goes up to 5 (six total including zero). 

6.0.1.18179

struct ChatProfanityRec {
  uint32_t m_ID;
  stringref m_text;
  uint32_t m_Language;
};