diff options
Diffstat (limited to 'docs/gameobject_questender.md')
| -rw-r--r-- | docs/gameobject_questender.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/gameobject_questender.md b/docs/gameobject_questender.md index 219168e..151b883 100644 --- a/docs/gameobject_questender.md +++ b/docs/gameobject_questender.md @@ -10,8 +10,8 @@ Holds game object quest taker relations. The game objects in this table should a | Field | Type | Attributes | Key | Null | Default | Extra | Comment | |------------|--------------|------------|-----|------|---------|-------|------------------| -| [id][1] | mediumint(8) | unsigned | PRI | NO | 0 | | | -| [quest][2] | mediumint(8) | unsigned | PRI | NO | 0 | | Quest Identifier | +| [id][1] | MEDIUMINT | UNSIGNED | PRI | NO | 0 | | | +| [quest][2] | MEDIUMINT | UNSIGNED | PRI | NO | 0 | | Quest Identifier | [1]: #id [2]: #quest |
