DB/GtChanceToSpellCrit: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Added in Burning Crusade (2.0.0.5849)
==Header Info==
Records..................1100
Fields......................1
Record Size.................4
String Block Size...........1


{{Template:Sandbox/VersionRange|min_expansionlevel=2|max_expansionlevel=6}}
==Structure==
==Structure==
  '''Column Field Type'''
  '''Column Field Type'''
  1 Unknown Float
  1 Unknown Float
Retrieved from "http://www.sourcepeek.com/wiki/GtChanceToSpellCrit.dbc"


==6.0.1.18179==
==6.0.1.18179==

Latest revision as of 02:59, 20 July 2016

BC … WoD

Structure

Column	Field 		Type
1 	Unknown 	Float 	

6.0.1.18179

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