DB/LockType

From wowdev
Revision as of 12:49, 23 February 2016 by Mjollna (talk | contribs)
Jump to navigation Jump to search

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

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