From 5eea4ac1c7bb5cc3a5fc8cb335114dd0fe4a2b9c Mon Sep 17 00:00:00 2001 From: Degen Date: Tue, 13 Aug 2019 18:46:04 -0300 Subject: Update creature_questitem.md (#108) --- docs/creature_questitem.md | 6 +++--- 1 file 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. -- cgit