CurrencyTypes.dbc
📝 Structure on wowdev.wiki
❌ denotes unused fields
Structure
| Index | Field | Type | Reference |
|---|---|---|---|
| 0 | ID | uint32 | |
| 1 | ItemID | uint32 | Item.dbc/0; item entry |
| 2 | CategoryID | uint32 | CurrencyCategory.dbc/0 |
| 3 | BitIndex | uint32 | |
Description of fields
ID
❌ Col: 0 (uint32)
- no description -
ItemID
Col: 1 (uint32)
- no description -
CategoryID
❌ Col: 2 (uint32)
- no description -
BitIndex
Col: 3 (uint32)
Bit index in PLAYER_FIELD_KNOWN_CURRENCIES knownMask |= (1 << (BitIndex - 1))
