DB/GuildColorBackground

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

6.0.1.18179

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