DB/HolidayNames

From wowdev
Jump to navigation Jump to search

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