DB/EmotesTextSound: Difference between revisions

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

Revision as of 00:13, 23 February 2016

Structure

Column 	Field 			Type 		Notes 
1 	ID 			Integer 	
2 	iRefID_EmotesText 	Integer 	
3 	iRefID_ChrRaces 	Integer 	Race 
4 	Gender 			Boolean 	0 = Male, 1 = Female 
5 	iRefID_SoundEntries 	Integer 	

6.0.1.18179

struct EmotesTextSoundRec {
  uint32_t m_ID;
  uint32_t m_emotesTextID;
  uint32_t m_raceID;
  uint32_t m_sexID;
  uint32_t m_soundID;
};