DB/EmotesTextSound: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Added Category WotLK)
m (add full and correct info for 6.0.1.18179)
Line 15: Line 15:


Retrieved from "http://www.sourcepeek.com/wiki/EmotesTextSound.dbc"
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;
};
[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_WotLK]]
[[Category:DBC_WotLK]]

Revision as of 03:02, 11 July 2014

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