diff options
Diffstat (limited to 'docs/instance_reset.md')
| -rw-r--r-- | docs/instance_reset.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/instance_reset.md b/docs/instance_reset.md index 37998da..ae6dfe7 100644 --- a/docs/instance_reset.md +++ b/docs/instance_reset.md @@ -10,9 +10,9 @@ Date and time when heroic and raid instances will be reset (i.e. instances which | Field | Type | Attributes | Key | Null | Default | Extra | Comment | |-----------------|-------------|------------|-----|------|---------|-------|---------| -| [mapid][1] | smallint(5) | unsigned | PRI | NO | 0 | | | -| [difficulty][2] | tinyint(3) | unsigned | PRI | NO | 0 | | | -| [resettime][3] | int(10) | unsigned | | NO | 0 | | | +| [mapid][1] | SMALLINT | UNSIGNED | PRI | NO | 0 | | | +| [difficulty][2] | TINYINT | UNSIGNED | PRI | NO | 0 | | | +| [resettime][3] | INT | UNSIGNED | | NO | 0 | | | [1]: #mapid [2]: #difficulty |
