DB/LfgDungeonGroup: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Template:Sandbox/VersionRange|min_expansionlevel=3}}
==6.0.1.18179==
==6.0.1.18179==
  struct LfgDungeonGroupRec {
  struct LfgDungeonGroupRec {
   uint32_t m_ID;
   uint32_t m_ID;
   stringref m_name_lang;
   {{Template:Type|stringref}} m_name_lang;
   uint32_t m_order_index;
   uint32_t m_order_index;
   uint32_t m_parent_group_id;
   uint32_t m_parent_group_id;
Line 9: Line 12:
[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]
[[Category:DBC_WotLK]]

Latest revision as of 02:46, 20 July 2016

≥ Wrath

6.0.1.18179

struct LfgDungeonGroupRec {
  uint32_t m_ID;
  stringref m_name_lang;
  uint32_t m_order_index;
  uint32_t m_parent_group_id;
  uint32_t m_typeid;
};