DB/HelmetGeosetData

From wowdev
Revision as of 19:38, 22 February 2019 by TOM RUS (talk | contribs)
Jump to navigation Jump to search
This database was introduced in Battle.

Used for hiding certain elements of the face on certain races for certain helmets.

If table contains data for current race, the mesh group will reset to default value: 1, 101, 201 etc


8.1.5.29484

struct HelmetGeosetDataRec {
  uint32_t m_ID;
  uint32_t m_RaceId;
  uint8_t m_GeosetGroup;
  uint32_t GeosetVisDataId; // ref, has values equal to HelmetGeosetVisDataRec.m_ID
};