DB/LockType

From wowdev
Revision as of 00:59, 6 November 2014 by Schlumpf (talk | contribs)
Jump to navigation Jump to search

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