From a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Mon, 25 Feb 2019 19:24:20 +0100 Subject: Import DB wiki from TC 335 --- docs/instance_reset.md | 83 ++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 77 insertions(+), 6 deletions(-) (limited to 'docs/instance_reset.md') diff --git a/docs/instance_reset.md b/docs/instance_reset.md index d16ab39..1c118dd 100644 --- a/docs/instance_reset.md +++ b/docs/instance_reset.md @@ -1,7 +1,78 @@ -[Database Structure](Database-Structure) > [Character-Database](Character-Database) > [instance_reset](instance_reset) +# instance\_reset -Column | Type | Description ---- | --- | --- -Mapid | smallint(5) unsigned | -Difficulty | tinyint(3) unsigned | -Resettime | int(10) unsigned | +`Back-to:Characters` + +**The \`instance\_reset\` table** + +Date and time when heroic and raid instances will be reset (i.e. instances which have a fix reset interval, which is independent of the time, when some player(s) entered the instance). If Rate.InstanceResetTime is changed in the worldserver config, erase all data in this table and restart the server in order to repopulate it with the updated "resettime". + +**Structure** + + ++++++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Field

Type

Attributes

Key

Null

Default

Extra

Comment

mapid

smallint(5)

unsigned

PRI

NO

0

 

 

difficulty

tinyint(3)

unsigned

PRI

NO

0

 

 

resettime

int(10)

unsigned

 

NO

0

 

 

+ +**Description of the fields** + +### mapid + +The map ID the instance is in. See Map.dbc + +### difficulty + +Dungeon difficulty + +### resettime + +The date/time when this instance (map) will be reset, in Unix time. -- cgit