DB/GtChanceToMeleeCrit: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Added in Burning Crusade (2.0.0.5849)
{{Template:Sandbox/VersionRange|min_expansionlevel=2|max_expansionlevel=6}}
 
==Structure==
==Structure==
  '''Column Field Type'''
  '''Column Field Type'''

Latest revision as of 03:58, 20 July 2016

BC … WoD

Structure

Column	Field 		Type
1 	Unknown 	Float 

6.0.1.18179

struct gtChanceToMeleeCritRec {
  uint8_t padding_0[4];
  float m_data;
};