summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDegen <degenesis0@gmail.com>2019-08-13 18:49:01 -0300
committerFrancesco Borzì <borzifrancesco@gmail.com>2019-08-13 23:49:01 +0200
commitc33169abf248af12b3ba757e9e26d6c507d51813 (patch)
tree1455d25af1ffedaec69be876744164266f166090 /docs
parent5eea4ac1c7bb5cc3a5fc8cb335114dd0fe4a2b9c (diff)
downloadwiki-c33169abf248af12b3ba757e9e26d6c507d51813.tar.gz
wiki-c33169abf248af12b3ba757e9e26d6c507d51813.tar.bz2
wiki-c33169abf248af12b3ba757e9e26d6c507d51813.zip
Update gameobject_questitem.md (#109)
Diffstat (limited to 'docs')
-rw-r--r--docs/gameobject_questitem.md6
1 files 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.