DB/ZoneLight: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
m (Marlamin moved page ZoneLight.dbc to DB/ZoneLight)
(No difference)

Revision as of 00:20, 13 February 2016

New in Cataclysm.

6.0.1.18179

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