DB/HelmetGeosetData

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.
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.

This file serves as a replacement for DB/HelmetGeosetVisData and was added in the same build where that DB was removed.


8.1.5.29484

struct HelmetGeosetDataRec {
  uint32_t m_ID;
  uint32_t m_RaceId;
  uint8_t m_GeosetGroup;
  uint32_t m_GeosetVisDataId; // ref, has values equal to the old HelmetGeosetVisDataRec.m_ID; used in DB/ItemDisplayInfo
};