summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDegen <degenesis0@gmail.com>2019-08-15 15:10:08 -0300
committerFrancesco Borzì <borzifrancesco@gmail.com>2019-08-15 20:10:08 +0200
commit8237580b293c9996295fa498eb322764de88e882 (patch)
treeedbb1188485bea7ab0b30838f0055cc5acb1f8e6
parentc33169abf248af12b3ba757e9e26d6c507d51813 (diff)
downloadwiki-8237580b293c9996295fa498eb322764de88e882.tar.gz
wiki-8237580b293c9996295fa498eb322764de88e882.tar.bz2
wiki-8237580b293c9996295fa498eb322764de88e882.zip
Update gameobject_questitem.md (#110)
-rw-r--r--docs/creature_questitem.md4
-rw-r--r--docs/gameobject_questitem.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/creature_questitem.md b/docs/creature_questitem.md
index 1a576d4..4f7b05a 100644
--- a/docs/creature_questitem.md
+++ b/docs/creature_questitem.md
@@ -2,6 +2,6 @@
Column | Type | Description
--- | --- | ---
-CreatureEntry | int(10) unsigned | Entry ID of a creature that drops quest items only while the related quest is active.
+CreatureEntry | int(10) unsigned | Entry ID of a creature that drops quest items when 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.
+ItemId | int(10) unsigned | Entry ID of an item that can be looted from the creature when the related quest is active.
diff --git a/docs/gameobject_questitem.md b/docs/gameobject_questitem.md
index a475ede..061f431 100644
--- a/docs/gameobject_questitem.md
+++ b/docs/gameobject_questitem.md
@@ -2,6 +2,6 @@
Column | Type | Description
--- | --- | ---
-GameObjectEntry | int(10) unsigned | Entry ID of a gameobject that can be looted only while the related quest is active.
+GameObjectEntry | int(10) unsigned | Entry ID of a gameobject that contains quest items when 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.
+ItemId | int(10) unsigned | Entry ID of an item that can be looted from the gameobject when the related quest is active.