DB/CharBaseSection: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Marlamin moved page CharBaseSection.dbc to DB/CharBaseSection)
No edit summary
Line 1: Line 1:
==6.0.1.18179==
__TOC__
==Warlords==
===6.0.1.18179===
====Struct====
  struct CharBaseSectionRec {
  struct CharBaseSectionRec {
   uint32_t m_ID;
   uint32_t m_ID;

Revision as of 20:30, 13 July 2016

Warlords

6.0.1.18179

Struct

struct CharBaseSectionRec {
  uint32_t m_ID;
  uint32_t m_fallbackID;
  uint32_t m_layoutResType;
};