Talk:DB/CreatureDisplayInfoGeosetData

From wowdev
Revision as of 18:04, 6 March 2018 by Wain (talk | contribs) (Created page with "Looking at the database in WoW Model Viewer, m_GeosetType seems to be geoset group minus 1 , so I have to add 1 to it before multiplying by 100. I don't know if this is really...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Looking at the database in WoW Model Viewer, m_GeosetType seems to be geoset group minus 1 , so I have to add 1 to it before multiplying by 100. I don't know if this is really how it is, or if I'm reading the database wrong.