DB/GuildColorBorder: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:Sandbox/VersionRange|min_expansionlevel=4}}
==6.0.1.18179==
==6.0.1.18179==
  struct GuildColorBorderRec {
  struct GuildColorBorderRec {
Line 5: Line 7:
   uint8_t m_green;
   uint8_t m_green;
   uint8_t m_blue;
   uint8_t m_blue;
  uint8_t padding_0[1];
  };
  };
[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]

Latest revision as of 01:55, 20 July 2016

≥ Cata

6.0.1.18179

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