blob: 21f1eba9595c96230a2c2f0d4b315b6e85b68f0e (
plain)
1
2
3
4
5
6
7
8
9
10
|
[Database Structure](Database-Structure) > [Character-Database](Character-Database) > [instance](instance)
Column | Type | Description
--- | --- | ---
Id | int(10) unsigned |
Map | smallint(5) unsigned |
Resettime | int(10) unsigned |
Difficulty | tinyint(3) unsigned |
CompletedEncounters | int(10) unsigned |
Data | tinytext |
|