blob: 264753f5a19964beb1815fb80368de8109588cd5 (
plain)
1
2
3
4
5
6
7
|
[Database Structure](Database-Structure) > [World-Database](World-Database) > [creature_questitem](creature_questitem)
Column | Type | Description
--- | --- | ---
CreatureEntry | INT UNSIGNED | Entry ID of a creature that drops quest items when the related quest is active.
Idx | INT UNSIGNED | Index
ItemId | INT UNSIGNED | Entry ID of an item that can be looted from the creature when the related quest is active.
|