diff options
Diffstat (limited to 'docs/instance_reset.md')
| -rw-r--r-- | docs/instance_reset.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/instance_reset.md b/docs/instance_reset.md index ae6dfe7..996e35d 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 | UNSIGNED | PRI | NO | 0 | | | -| [difficulty][2] | TINYINT | UNSIGNED | PRI | NO | 0 | | | -| [resettime][3] | INT | 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 @@ -22,11 +22,11 @@ Date and time when heroic and raid instances will be reset (i.e. instances which ### mapid -The map ID the instance is in. See Map.dbc +The map ID the instance is in. See [Map.dbc](map). ### difficulty -Dungeon difficulty +Dungeon difficulty. ### resettime |
