Inventory Name Table (MSSQL)¶
Names of all in-game items.
Inventory Names¶
- Table Name:
invNames
- Description: Names of all static items with names.
Columns¶
Column | Type | Default | Xrefs | Description |
---|---|---|---|---|
itemID
PK
NN
|
bigint |
invItems.itemID invPositions.itemID invUniqueNames.itemID mapDenormalize.itemID |
In-game item ID. | |
itemName
NN
|
nvarchar(200) | Name of in-game item. |