diff options
| -rw-r--r-- | docs/creature_questitem.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/creature_questitem.md b/docs/creature_questitem.md index ca294e5..1a576d4 100644 --- a/docs/creature_questitem.md +++ b/docs/creature_questitem.md @@ -2,6 +2,6 @@ Column | Type | Description --- | --- | --- -CreatureEntry | int(10) unsigned | -Idx | int(10) unsigned | -ItemId | int(10) unsigned | +CreatureEntry | int(10) unsigned | Entry ID of a creature that drops quest items only while the related quest is active. +Idx | int(10) unsigned | Index +ItemId | int(10) unsigned | Entry ID of an item that can be looted from the creature only while the related quest is active. |
