Change defaults to account for new 4.3 instances.
This commit is contained in:
parent
0b3278e883
commit
20156e6f94
1 changed files with 4 additions and 3 deletions
|
@ -23,11 +23,12 @@ local defaults = {
|
||||||
currentOnTop = false,
|
currentOnTop = false,
|
||||||
showServer = false,
|
showServer = false,
|
||||||
instances = {
|
instances = {
|
||||||
|
[Z['Dragon Soul']] = { abbreviation = 'DS', enable = true, removed = false, },
|
||||||
[Z['Baradin Hold']] = { abbreviation = 'BH', enable = true, removed = false, },
|
[Z['Baradin Hold']] = { abbreviation = 'BH', enable = true, removed = false, },
|
||||||
[Z['Firelands']] = { abbreviation = 'FL', enable = true, removed = false, },
|
[Z['Firelands']] = { abbreviation = 'FL', enable = true, removed = false, },
|
||||||
[Z['The Bastion of Twilight']] = { abbreviation = 'BoT', enable = true, removed = false, },
|
[Z['The Bastion of Twilight']] = { abbreviation = 'BoT', enable = false, removed = false, },
|
||||||
[Z['Blackwing Descent']] = { abbreviation = 'BWD', enable = true, removed = false, },
|
[Z['Blackwing Descent']] = { abbreviation = 'BWD', enable = false, removed = false, },
|
||||||
[Z['Throne of the Four Winds']] = { abbreviation = '4W', enable = true, removed = false, },
|
[Z['Throne of the Four Winds']] = { abbreviation = '4W', enable = false, removed = false, },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue