DB/GtChanceToSpellCritBase: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Added in Burning Crusade (2.0.0.6022)


==Header Info ==
{{Template:Sandbox/VersionRange|min_expansionlevel=2|max_expansionlevel=6}}
Records....................11
Fields......................1
Record Size.................4
String Block Size...........1


==Structure==
==Structure==

Latest revision as of 02:59, 20 July 2016

BC … WoD

Structure

Column	Field 		Type 
1 	Unknown 	Float* 	

6.0.1.18179

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