数据库:characters数据库:instance_reset
instance_reset 表
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”.
表结构
Field | Type | Attributes | Key | Null | Default | extra | Comment |
---|---|---|---|---|---|---|---|
mapid | SMALLINT | UNSIGNED | PRI | NO | 0 | ||
difficulty | TINYINT | UNSIGNED | PRI | NO | 0 | ||
resettime | INT | UNSIGNED | NO | 0 |
字段说明
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.
数据库/characters数据库/instance_reset.txt · 最后更改: 2023/09/24 12:26 由 admin