DB/NamesProfanity: Difference between revisions
Jump to navigation
Jump to search
Barncastle (talk | contribs) mNo edit summary |
Barncastle (talk | contribs) mNo edit summary |
||
Line 5: | Line 5: | ||
uint32_t m_ID; | uint32_t m_ID; | ||
{{Template:Type|stringref}} m_Name; | {{Template:Type|stringref}} m_Name; | ||
}; | |||
==2.4.3.8606, 3.3.5a.12340== | |||
struct NamesProfanityRec { | |||
uint32_t m_ID; | |||
{{Template:Type|stringref}} m_Name; | |||
uint32_t m_Language; | |||
}; | }; | ||
==2.4.3.8606, 3.3.5a.12340== | ==2.4.3.8606, 3.3.5a.12340== |
Revision as of 16:29, 3 October 2017
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
struct NamesProfanityRec { uint32_t m_ID; stringrefⁱ m_Name; uint32_t m_Language; };
2.4.3.8606, 3.3.5a.12340
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 > maps to Localization
6.0.1.18179
struct NamesProfanityRec { uint32_t m_ID; stringrefⁱ m_Name; uint32_t m_Language; };