DB/SpellFocusObject

From wowdev
Revision as of 01:12, 13 February 2016 by Marlamin (talk | contribs) (Marlamin moved page SpellFocusObject.dbc to DB/SpellFocusObject)
Jump to navigation Jump to search

Called from column 14 in Spell.dbc

Header Info

Records...................226
Fields.....................18
Record Size................40
String Block Size........4659

Structure

Column 	Field 		Type
1 	ID 		Integer 	
2-18 	sRefName 	String + Loc	

Retrieved from "http://www.sourcepeek.com/wiki/SpellFocusObject.dbc"

6.0.1.18179

struct SpellFocusObjectRec {
  uint32_t m_ID;
  stringref m_name_lang;
};