summaryrefslogtreecommitdiff
path: root/docs/gameobject_questitem.md
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2021-05-01 01:48:43 +0200
committerGitHub <noreply@github.com>2021-05-01 01:48:43 +0200
commit29b1eb3ed30e0dd50ba1cfe222a33b070e3e6e0b (patch)
tree777be1e4c5796cd2531e7959632a48f5cb5b4f22 /docs/gameobject_questitem.md
parent2df273f79165b95b8b0b2ab471ecb8b2a54edb21 (diff)
downloadwiki-29b1eb3ed30e0dd50ba1cfe222a33b070e3e6e0b.tar.gz
wiki-29b1eb3ed30e0dd50ba1cfe222a33b070e3e6e0b.tar.bz2
wiki-29b1eb3ed30e0dd50ba1cfe222a33b070e3e6e0b.zip
chore(docs): Update all integers to not use width (#448)
* float * VARCHAR * TIMESTAMP * BIGINT * MEDIUMINT * SMALLINT * TINYINT * INT * BLOB * SIGNED/UNSIGNED * AUTO_INCREMENT * \(\d+\) * Update Bit-and_bytes-tutorial.md * clean-up * Last mistakes * this one didnt commit lul
Diffstat (limited to 'docs/gameobject_questitem.md')
-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 061f431..d5f4f62 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 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 when the related quest is active.
+GameObjectEntry | INT UNSIGNED | Entry ID of a gameobject that contains quest items when the related quest is active.
+Idx | INT UNSIGNED | Index
+ItemId | INT UNSIGNED | Entry ID of an item that can be looted from the gameobject when the related quest is active.