DB/NamesProfanity: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
(13 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
Profane names. Regular Expression patterns used when checking if a name is allowed when naming a character. | 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; | |||
{{Template:Type|stringref}} m_Name; | |||
}; | |||
==2.4.3.8606, 3.3.5a.12340, 6.0.1.18179== | |||
struct NamesProfanityRec { | struct NamesProfanityRec { | ||
uint32_t m_ID; | uint32_t m_ID; | ||
stringref m_Name; | {{Template:Type|stringref}} m_Name; | ||
uint32_t m_Language; | uint32_t m_Language; | ||
}; | }; | ||
==Structure== | |||
'''Column Field Type Notes''' | |||
1 ID Integer | |||
2 Pattern String hint: utf8. | |||
3 LanguageID Integer {{Template:Sandbox/VersionRange|min_expansionlevel=1|min_exclusive=1}} maps to [[Localization]] | |||
[[Category:DBC]] | [[Category:DBC]] | ||
[[Category:DBC_Alpha]] | |||
[[Category:DBC_Vanilla]] | |||
[[Category:DBC_WotLK]] | [[Category:DBC_WotLK]] | ||
[[Category:DBC_WoD]][[Category:6.0.1.18179]] | [[Category:DBC_WoD]][[Category:6.0.1.18179]] |
Latest revision as of 16:48, 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, 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 > maps to Localization