DB/MailTemplate: Difference between revisions
Jump to navigation
Jump to search
Barncastle (talk | contribs) mNo edit summary |
mNo edit summary |
||
Line 2: | Line 2: | ||
struct MailTemplateRec { | struct MailTemplateRec { | ||
uint32_t m_ID; | uint32_t m_ID; | ||
{{Template:Type| | {{Template:Type|langstringref}} m_body_lang; | ||
}; | }; | ||
==Structure== | ==Structure== | ||
Line 13: | Line 13: | ||
struct MailTemplateRec { | struct MailTemplateRec { | ||
uint32_t m_ID; | uint32_t m_ID; | ||
{{Template:Type| | {{Template:Type|langstringref}} m_subject_lang; | ||
{{Template:Type| | {{Template:Type|langstringref}} m_body_lang; | ||
}; | }; | ||
[[Category:DBC]] | [[Category:DBC]] |
Latest revision as of 21:16, 1 October 2017
1.12.1.5875
struct MailTemplateRec { uint32_t m_ID; langstringrefⁱ m_body_lang; };
Structure
Column Field Type Notes 1 ID Integer 2-10 Subject Loc 11-19 Message Body Loc Text used in mail message
6.0.1.18179
struct MailTemplateRec { uint32_t m_ID; langstringrefⁱ m_subject_lang; langstringrefⁱ m_body_lang; };