instance_reset - cmangos/issues GitHub Wiki

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.

⚠️ **GitHub.com Fallback** ⚠️