item_quest_association
This table contains the association for items to quests (or something similar… no documentation).
Structure
Field | Type | Default | Comment |
---|---|---|---|
item | int(11) | 0 | |
quest | int(11) | 0 | |
item_count | int(11) | 0 |
item
The item ID from item_properties table.
quest
The linked quest ID from quest_properties table.
item_count
The required count of items.