DB/EmotesTextSound: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 7: Line 7:
  5 iRefID_[[SoundEntries.dbc|SoundEntries]] Integer
  5 iRefID_[[SoundEntries.dbc|SoundEntries]] Integer


==6.0.1.18179==
==1.21.1.5875, 6.0.1.18179==
  struct EmotesTextSoundRec {
  struct EmotesTextSoundRec {
   uint32_t m_ID;
   uint32_t m_ID;

Revision as of 21:05, 1 October 2017

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 	

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