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...)
 
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

Revision as of 05:57, 28 October 2007

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