Skip to content
Schmoozerd edited this page Apr 14, 2013 · 1 revision

The `instance_reset` table

This table hold information about instance reset time.

Structure

Field Type Null Key Default
mapid int(11) unsigned NO PRI 0
difficulty tinyint(1) NO 0
resettime bigint(40) unsigned NO 0

Description of the fields

mapid

The map ID of the instance. See Map.dbc

difficulty

Dungeon difficulty

resettime

Dungeon reset time in seconds.

Clone this wiki locally