DB/SpellFocusObject: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 21: Line 21:
[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_WotLK]]
[[Category:DBC_WotLK]]
[[Category:DBC_WoD]]

Revision as of 00:35, 6 November 2014

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