gameobject_quest_item_binding
Structure
| Field | Type | Default | Comment |
|---|---|---|---|
| entry | int(11) | 0 | |
| quest | int(11) | 0 | |
| item | int(11) | 0 | |
| item_count | int(11) | 0 |
entry
The entry ID of the gameobject from gameobject_properties table.
quest
The entry ID of the quest from quest_properties table.
item
The entry ID of the item in the REqItemID-fields from quest_properties table.
item_count
This is simmilar to ReqItemCount-fields in quest_properties table.