DB/ZoneLight: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
New in Cataclysm.
 
{{Template:Sandbox/VersionRange|min_expansionlevel=4}}
 


==6.0.1.18179==
==6.0.1.18179==

Revision as of 03:06, 20 July 2016

≥ Cata


6.0.1.18179

struct ZoneLightRec {
  uint32_t m_ID;
  stringref m_name;
  uint32_t m_mapID;
  uint32_t m_lightID;
};