WoW:Itemnamecache.wdb: Difference between revisions
Jump to navigation
Jump to search
m (New page: {{Stub/Tech}} '''Itemnamecache.wdb''' is the WDB file containing the names of items in item sets. It is called to avoid having to cache items (and possible datamining) when viewing th...) |
mNo edit summary |
||
| Line 4: | Line 4: | ||
;Structure | ;Structure | ||
''Rows in light grey correspond to removed or replaced columns in the WDB file.'' - [[WDB files/Header/Structure/XML|XML Structure]] (OpenWDB-compliant). | |||
{| class="darktable zebra" | |||
! | Name !! | Type !! | Description !! | Notes | |||
|- | |||
|| id || integer || Id of the row || ''Header'' | |||
|- | |||
|| length || integer || [[WDB#EntryLength|Row length]] || ''Header'' | |||
|- | |||
|| nameVal || string || Name of the item || ''N/A'' | |||
|- | |||
|| equipSlotId || integer || Equipment slot || ''N/A'' | |||
|} | |||
[[Category:WDB files]] | [[Category:WDB files]] | ||
Revision as of 02:13, 29 March 2010
Itemnamecache.wdb is the WDB file containing the names of items in item sets. It is called to avoid having to cache items (and possible datamining) when viewing the tooltip of an item part of a set. Its signature is BDNW (Warcraft Item Name Database).
- Structure
Rows in light grey correspond to removed or replaced columns in the WDB file. - XML Structure (OpenWDB-compliant).
| Name | Type | Description | Notes |
|---|---|---|---|
| id | integer | Id of the row | Header |
| length | integer | Row length | Header |
| nameVal | string | Name of the item | N/A |
| equipSlotId | integer | Equipment slot | N/A |
