From b2d276948b9912cc60b9168a020aa06c42fcfd6e Mon Sep 17 00:00:00 2001 From: atomaka Date: Wed, 31 Aug 2011 13:01:25 -0400 Subject: [PATCH] Track BWD, BoT, and 4W --- ChoreTracker.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ChoreTracker.lua b/ChoreTracker.lua index 64a608f..2fa01b1 100644 --- a/ChoreTracker.lua +++ b/ChoreTracker.lua @@ -5,6 +5,9 @@ local LibQTip local trackedInstances = { ['Baradin Hold'] = 'BH', ['Firelands'] = 'FL', + ['The Bastion of Twilight'] = 'BoT', + ['Blackwing Descent'] = 'BWD', + ['Throne of the Four Winds'] = '4W', } local defaults = { @@ -216,8 +219,6 @@ function core:GetNextVPReset() --figure out reset day using next BH lockout local _, month, day, year = CalendarGetDate() - --calendar not yet loaded? Cannot find events when first fires of this; - --"arbitrarily" fires at unknown time. local monthOffset = 0 local resetDate = nil while resetDate == nil do