DB/MailTemplate: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
==Header Info ==
Records....................99
Fields.....................19
Record Size................76
String Block Size.......11296
==Structure==
==Structure==
  '''Column Field Type Notes'''  
  '''Column Field Type Notes'''  

Revision as of 00:22, 23 February 2016

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;
  stringref m_subject_lang;
  stringref m_body_lang;
};