DB/HolidayNames: Difference between revisions

From wowdev
Jump to navigation Jump to search
(New page: ==9183== {| style="background:#FCFCFC; color:black" |- ! width="80" | Column ! width="180 " | Field ! width="80" | Type ! width="600" | Notes |- |0 || ID || Integer || |- |1-16 ...)
 
No edit summary
 
(6 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Template:Sandbox/VersionRange|min_expansionlevel=3}}
==9183==
==9183==
{| style="background:#FCFCFC; color:black"
{| style="background:#FCFCFC; color:black"
Line 7: Line 10:
! width="600" | Notes
! width="600" | Notes
|-  
|-  
|0 || ID  || Integer  ||  
|1 || ID  || Integer  ||  
|-  
|-  
|1-16 || Holidayname ||[[Loc]]||
|2-18 || Holidayname ||[[Loc]]||
|}
|}


[[Category:DBC]]
==6.0.1.18179==
struct HolidayNamesRec {
  uint32_t m_ID;
  {{Template:Type|stringref}} m_name_lang;
};
[[Category:DBC]][[Category:DBC_WotLK]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]

Latest revision as of 02:45, 20 July 2016

≥ Wrath

9183

Column Field Type Notes
1 ID Integer
2-18 Holidayname Loc

6.0.1.18179

struct HolidayNamesRec {
  uint32_t m_ID;
  stringref m_name_lang;
};