DB/ChatProfanity: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Marlamin moved page ChatProfanity.dbc to DB/ChatProfanity)
mNo edit summary
Line 15: Line 15:
  3 LanguageID Integer Col Added in 2.0.0.5849. English = 0, AsianLang = 1, French=2, German = 3, etc...?  
  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).  
  Confirm this? -- Only goes up to 5 (six total including zero).  
Retrieved from "http://www.sourcepeek.com/wiki/ChatProfanity.dbc"


==6.0.1.18179==
==6.0.1.18179==

Revision as of 23:15, 21 February 2016

This file encompasses all languages and is not localized.

Header Info

Records..................3513
Fields......................3 !!
Record Size................12
String Block Size.......30034

!! Not all strings used the correct character set so the string length is most likely wrong.

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