summaryrefslogtreecommitdiff
path: root/docs/account_instance_times.md
blob: a6760cfa023fbed129438c423b3392de6ecc4530 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# account\_instance\_times

[<-Back-to:Characters](database-characters.md)

**The \`account\_instance\_times\` table**

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][1]   | int(10)    | unsigned   | PRI | NO   |         |       |         |
| [instanceId][2]  | int(10)    | unsigned   | PRI | NO   | 0       |       |         |
| [releaseTime][3] | bigint(20) | unsigned   |     | NO   | 0       |       |         |

[1]: #accountid
[2]: #instanceid
[3]: #releasetime

**Description of the fields**

### accountId

Account of the player. See [account.id](account_2130004.html#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.