DB/EmotesTextSound

From wowdev
Revision as of 03:02, 11 July 2014 by Schlumpf (talk | contribs) (add full and correct info for 6.0.1.18179)
Jump to navigation Jump to search

Header Info

Records...................523
Fields......................5
Record Size................20
String Block Size...........1

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 	

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

6.0.1.18179

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