DB/ZoneLight

From wowdev
Revision as of 02:53, 13 December 2022 by T1ti (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

In 3.3.5, those values were instead hardcoded directly in the client (Northrend only).

≥ Cata

6.0.1.18179

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