Talk:DB/CreatureDisplayInfoGeosetData: Difference between revisions

From wowdev
Jump to navigation Jump to search
(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...")
(No difference)

Revision as of 18:04, 6 March 2018

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.