DB/MailTemplate

From wowdev
Revision as of 00:54, 13 February 2016 by Marlamin (talk | contribs) (Marlamin moved page MailTemplate.dbc to DB/MailTemplate)
Jump to navigation Jump to search

Header Info

Records....................99
Fields.....................19
Record Size................76
String Block Size.......11296

Structure

Column	Field 		Type 		Notes 
1 	ID 		Integer 	
2-10 	Subject 	Loc 	
11-19 	Message Body 	Loc		Text used in mail message  	

Retrieved from "http://www.sourcepeek.com/wiki/MailTemplate.dbc"

6.0.1.18179

struct MailTemplateRec {
  uint32_t m_ID;
  stringref m_subject_lang;
  stringref m_body_lang;
};