DB/Cfg Regions: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
__TOC__
{{Template:Sandbox/VersionRange|min_expansionlevel=5}}
==Warlords==
==Warlords==
===6.0.1.18179===
===6.0.1.18179===

Latest revision as of 03:08, 20 July 2016

≥ Mists

Warlords

6.0.1.18179

Struct

struct Cfg_RegionsRec {
  uint32_t m_ID;
  stringref m_tag;
  uint32_t m_region_group_mask;
  uint32_t m_rulesetID;
};