diff options
Diffstat (limited to 'docs/creature_questitem.md')
| -rw-r--r-- | docs/creature_questitem.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/creature_questitem.md b/docs/creature_questitem.md index 4f7b05a..264753f 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 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 when the related quest is active. +CreatureEntry | INT UNSIGNED | Entry ID of a creature that drops 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 creature when the related quest is active. |
