DB/SpellFocusObject: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Marlamin moved page SpellFocusObject.dbc to DB/SpellFocusObject)
mNo edit summary
Line 11: Line 11:
  1 ID Integer
  1 ID Integer
  2-18 sRefName String + [[Loc]]
  2-18 sRefName String + [[Loc]]
Retrieved from "http://www.sourcepeek.com/wiki/SpellFocusObject.dbc"


==6.0.1.18179==
==6.0.1.18179==

Revision as of 23:51, 21 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	

6.0.1.18179

struct SpellFocusObjectRec {
  uint32_t m_ID;
  stringref m_name_lang;
};