DB/LockType: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
Line 8: Line 8:
  '''Column Field Type Notes'''
  '''Column Field Type Notes'''
  1 ID Integer
  1 ID Integer
  2-18 Localization String* General name
  2-18 Name String + [[Loc]] General name
  19-35 Localization String* the processed item's state (locked, unlocked, fish etc)
  19-35 itemstatename String + [[Loc]] the processed item's state (locked, unlocked, fish etc)
  36-52 Localization String* 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)
--[[User:Schlumpf|Schlumpf]] 14:43, 30 July 2007 (CEST)


[[Category:DBC]]
[[Category:DBC]]

Revision as of 10:06, 13 August 2007

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)