DB/ZoneLight: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
New in Cataclysm.
In 3.3.5, those values were instead hardcoded directly in the client (Northrend only).
 
{{Template:Sandbox/VersionRange|min_expansionlevel=4}}


==6.0.1.18179==
==6.0.1.18179==
  struct ZoneLightRec {
  struct ZoneLightRec {
   uint32_t m_ID;
   uint32_t m_ID;
   stringref m_name;
   {{Template:Type|stringref}} m_name;
   uint32_t m_mapID;
   uint32_t m_mapID;
   uint32_t [[Light.dbc|m_lightID]];
   uint32_t [[Light.dbc|m_lightID]];

Latest revision as of 02:53, 13 December 2022

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;
};