DB/ItemGroupSounds: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Added Category WotLK)
mNo edit summary
Line 22: Line 22:
Retrieved from "http://www.sourcepeek.com/wiki/ItemGroupSounds.dbc"
Retrieved from "http://www.sourcepeek.com/wiki/ItemGroupSounds.dbc"


==6.0.1.18179==
struct ItemGroupSoundsRec {
  uint32_t m_ID;
  uint32_t m_sound[4];
};
[[Category:DBC]][[Category:3.0.2.8905]][[Category:DBC_WotLK]]
[[Category:DBC]][[Category:3.0.2.8905]][[Category:DBC_WotLK]]

Revision as of 20:51, 2 November 2014

Groups of sounds that are used for items. Just a database to get those fields out of the display info.

Structure

Column Field Type Notes
1 ID Integer
2 Pickup iRefID Sounds used for these actions.
3 PutDown iRefID
4 Unknown iRefID
5 Unknown NULL

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

6.0.1.18179

struct ItemGroupSoundsRec {
  uint32_t m_ID;
  uint32_t m_sound[4];
};