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...) |
m (Move page script moved page Itemnamecache.wdb to Itemnamecache.wdb without leaving a redirect) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 4: | Line 4: | ||
;Structure | ;Structure | ||
''Rows in light grey correspond to removed or replaced columns in the WDB file.'' - [[WDB file/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]] | ||
Latest revision as of 04:48, 15 August 2023
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 |
