From c33169abf248af12b3ba757e9e26d6c507d51813 Mon Sep 17 00:00:00 2001 From: Degen Date: Tue, 13 Aug 2019 18:49:01 -0300 Subject: Update gameobject_questitem.md (#109) --- docs/gameobject_questitem.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/gameobject_questitem.md b/docs/gameobject_questitem.md index 0ffe604..a475ede 100644 --- a/docs/gameobject_questitem.md +++ b/docs/gameobject_questitem.md @@ -2,6 +2,6 @@ Column | Type | Description --- | --- | --- -GameObjectEntry | int(10) unsigned | -Idx | int(10) unsigned | -ItemId | int(10) unsigned | +GameObjectEntry | int(10) unsigned | Entry ID of a gameobject that can be looted 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 gameobject only while the related quest is active. -- cgit