ItemNameCache.wdb: Difference between revisions

From wowdev
Jump to navigation Jump to search
(New page: The ItemNameCache.wdb holds just item names of items you haven't seen yet. If you have a set item tooltip and you haven't seen the other items of it yet, the other item names are stored in...)
 
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 8: Line 8:
  2 entryLength Integer WDB Files  
  2 entryLength Integer WDB Files  
  3 name String
  3 name String
4 slot Integer Added in 2.3
[[Category:WDB]]

Latest revision as of 13:19, 20 May 2014

The ItemNameCache.wdb holds just item names of items you haven't seen yet. If you have a set item tooltip and you haven't seen the other items of it yet, the other item names are stored in this file.

Signature: WNDB (reversed)

Structure

Column	Field 		Type 		Notes 
1 	itemID 		Integer 	
2 	entryLength 	Integer 	WDB Files 
3 	name 		String
4 	slot 	 	Integer 	Added in 2.3