DB/EmotesTextSound: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Marlamin moved page EmotesTextSound.dbc to DB/EmotesTextSound)
mNo edit summary
Line 14: Line 14:
  5 iRefID_[[SoundEntries.dbc|SoundEntries]] Integer
  5 iRefID_[[SoundEntries.dbc|SoundEntries]] Integer


Retrieved from "http://www.sourcepeek.com/wiki/EmotesTextSound.dbc"
==6.0.1.18179==
==6.0.1.18179==
  struct EmotesTextSoundRec {
  struct EmotesTextSoundRec {

Revision as of 00:13, 22 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 	

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;
};