DB/LockType: Difference between revisions

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

Revision as of 00:54, 13 February 2016

Header Info

Records....................19
Fields.....................51
Record Size.................?
String Block Size...........?

Structure

Column	Field 		Type		Notes
1	ID		Integer
2-18	Name 		String + Loc 	General name
19-35	itemstatename 	String + Loc 	the processed item's state (locked, unlocked, fish etc)
36-52	processname 	String + Loc 	opening processes' name
53	internal_name 	String 		empty most of the time

--Schlumpf 14:43, 30 July 2007 (CEST)

6.0.1.18179

struct LockTypeRec {
  uint32_t m_ID;
  stringref m_name_lang;
  stringref m_resourceName_lang;
  stringref m_verb_lang;
  stringref m_cursorName;
};