WoW:Itemnamecache.wdb: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
m (Move page script moved page Itemnamecache.wdb to WoW:Itemnamecache.wdb without leaving a redirect)
 
(One intermediate revision by one other user not shown)
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).
''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"
{| class="darktable zebra"
! | Name !! | Type !! | Description !! | Notes
! | Name !! | Type !! | Description !! | Notes
Line 16: Line 16:
|| equipSlotId || integer || Equipment slot || ''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