account_instance_times
This table controls how many instances the account's characters have been in last 1 hour. If there is 5 records per account, the player won't be able to enter another instance.
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| accountId | int | unsigned | PRI | NO | |||
| instanceId | int | unsigned | PRI | NO | 0 | ||
| releaseTime | bigint | unsigned | NO | 0 | |||
Description of fields
accountId
The unique account id.
instanceId
This is the instance id which characters of this account has been past 5 hours.
releaseTime
The time when the instances should be allowed again measured in Unix time.
