DB/LockType: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Marlamin moved page LockType.dbc to DB/LockType)
mNo edit summary
Line 1: Line 1:
==Header Info ==
Records....................19
Fields.....................51
Record Size.................?
String Block Size...........?
==Structure==
==Structure==
  '''Column Field Type Notes'''
  '''Column Field Type Notes'''
Line 12: Line 6:
  36-52 processname String + [[Loc]] opening processes' name
  36-52 processname String + [[Loc]] opening processes' name
  53 internal_name String empty most of the time
  53 internal_name String empty most of the time
--[[User:Schlumpf|Schlumpf]] 14:43, 30 July 2007 (CEST)


==6.0.1.18179==
==6.0.1.18179==

Revision as of 00:27, 23 February 2016

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