diff options
Diffstat (limited to 'docs/creature_questender.md')
| -rw-r--r-- | docs/creature_questender.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/creature_questender.md b/docs/creature_questender.md index 7b78e78..ae4fd59 100644 --- a/docs/creature_questender.md +++ b/docs/creature_questender.md @@ -10,8 +10,8 @@ Holds NPC quest ender relations on which NPCs finishes which quests. | Field | Type | Attributes | Key | Null | Default | Extra | Comment | |------------|--------------|------------|-----|------|---------|-------|------------------| -| [id][1] | mediumint(8) | unsigned | PRI | NO | 0 | | Identifier | -| [quest][2] | mediumint(8) | unsigned | PRI | NO | 0 | | Quest Identifier | +| [id][1] | MEDIUMINT | UNSIGNED | PRI | NO | 0 | | Identifier | +| [quest][2] | MEDIUMINT | UNSIGNED | PRI | NO | 0 | | Quest Identifier | [1]: #id [2]: #quest |
