DB/Difficulty

From wowdev
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

≥ Mists

6.0.1.18179

struct DifficultyRec {
  uint32_t m_ID;
  foreign_key<uint32_t, &DifficultyRec::m_ID> m_fallbackDifficultyID;
  uint32_t m_instanceType;
  uint32_t m_minPlayers;
  uint32_t m_maxPlayers;
  uint32_t m_oldEnumValue;
  uint32_t m_flags;
  uint32_t m_toggleDifficultyID;
  uint32_t m_groupSizeHealthCurveID;
  uint32_t m_groupSizeDmgCurveID;
  uint32_t m_groupSizeSpellPointsCurveID;
  stringref m_name_lang;
};