DB/NamesProfanity

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

Profane names. Regular Expression patterns used when checking if a name is allowed when naming a character.

0.5.3.3368, 1.12.1.5875

struct NamesProfanityRec {
  uint32_t m_ID;
  stringref m_Name;
};

2.4.3.8606, 3.3.5a.12340, 6.0.1.18179

struct NamesProfanityRec {
  uint32_t m_ID;
  stringref m_Name;
  uint32_t m_Language;
};

Structure

Column	Field 		Type 		Notes 
1 	ID 		Integer 	
2 	Pattern 	String 		hint: utf8.
3 	LanguageID 	Integer 	> Vanilla maps to Localization