DB/EmotesTextSound: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
m (Marlamin moved page EmotesTextSound.dbc to DB/EmotesTextSound)
(No difference)

Revision as of 00:32, 13 February 2016

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 {
  uint32_t m_ID;
  uint32_t m_emotesTextID;
  uint32_t m_raceID;
  uint32_t m_sexID;
  uint32_t m_soundID;
};