From 20156e6f942a21d7e26d6efb8287ba25b1c4389c Mon Sep 17 00:00:00 2001 From: atomaka Date: Sat, 3 Dec 2011 04:38:08 -0500 Subject: [PATCH] Change defaults to account for new 4.3 instances. --- ChoreTracker.lua | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ChoreTracker.lua b/ChoreTracker.lua index 646ed8d..04e1c71 100644 --- a/ChoreTracker.lua +++ b/ChoreTracker.lua @@ -23,11 +23,12 @@ local defaults = { currentOnTop = false, showServer = false, instances = { + [Z['Dragon Soul']] = { abbreviation = 'DS', enable = true, removed = false, }, [Z['Baradin Hold']] = { abbreviation = 'BH', enable = true, removed = false, }, [Z['Firelands']] = { abbreviation = 'FL', enable = true, removed = false, }, - [Z['The Bastion of Twilight']] = { abbreviation = 'BoT', enable = true, removed = false, }, - [Z['Blackwing Descent']] = { abbreviation = 'BWD', enable = true, removed = false, }, - [Z['Throne of the Four Winds']] = { abbreviation = '4W', enable = true, removed = false, }, + [Z['The Bastion of Twilight']] = { abbreviation = 'BoT', enable = false, removed = false, }, + [Z['Blackwing Descent']] = { abbreviation = 'BWD', enable = false, removed = false, }, + [Z['Throne of the Four Winds']] = { abbreviation = '4W', enable = false, removed = false, }, }, }, }