DB/NamesProfanity: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 24: | Line 24: | ||
[[Category:DBC]] | [[Category:DBC]] | ||
[[Category:DBC_WotLK]] | [[Category:DBC_WotLK]] | ||
[[Category:DBC_WoD]][[Category:6.0.1.18179]] |
Revision as of 23:58, 5 November 2014
Profane names. Regular Expression patterns used when checking if a name is allowed when naming a character.
Header Info
Records..................5042 Fields......................3 Record Size................12 String Block Size.......19424
Structure
Column Field Type Patch Notes 1 ID Integer 2 Pattern String 3 LanguageID Integer 5849 English = 0, AsianLang = 1, French=2, German = 3, etc...? Confirm this?
Retrieved from "http://www.sourcepeek.com/wiki/NamesProfanity.dbc"
6.0.1.18179
struct NamesProfanityRec { uint32_t m_ID; stringref m_Name; uint32_t m_Language; };