diff options
Diffstat (limited to 'docs/game_event_creature_quest.md')
| -rw-r--r-- | docs/game_event_creature_quest.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/game_event_creature_quest.md b/docs/game_event_creature_quest.md index 76e25f7..61c01d8 100644 --- a/docs/game_event_creature_quest.md +++ b/docs/game_event_creature_quest.md @@ -10,9 +10,9 @@ This table holds information on quests that should only be available when an eve | Field | Type | Attributes | Key | Null | Default | Extra | Comment | |-----------------|--------------|------------|-----|------|---------|-------|--------------------------| -| [eventEntry][1] | tinyint(3) | unsigned | | NO | | | Entry of the game event. | -| [id][2] | mediumint(8) | unsigned | PRI | NO | 0 | | | -| [quest][3] | mediumint(8) | unsigned | PRI | NO | 0 | | | +| [eventEntry][1] | TINYINT | UNSIGNED | | NO | | | Entry of the game event. | +| [id][2] | MEDIUMINT | UNSIGNED | PRI | NO | 0 | | | +| [quest][3] | MEDIUMINT | UNSIGNED | PRI | NO | 0 | | | [1]: #evententry [2]: #id |
