DB/SpellFocusObject: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
m (Marlamin moved page SpellFocusObject.dbc to DB/SpellFocusObject)
(No difference)

Revision as of 01:12, 13 February 2016

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;
};