DB/GuildColorEmblem

From wowdev
Revision as of 00:39, 13 February 2016 by Marlamin (talk | contribs) (Marlamin moved page GuildColorEmblem.dbc to DB/GuildColorEmblem)
Jump to navigation Jump to search

6.0.1.18179

struct GuildColorEmblemRec {
  uint32_t m_colorID;
  uint8_t m_red;
  uint8_t m_green;
  uint8_t m_blue;
  uint8_t padding_0[1];
};