From 2412cb5efc9f5ae119f62c2104e5748834ff199a Mon Sep 17 00:00:00 2001 From: Alex Shubert Date: Fri, 20 Apr 2012 10:26:56 +0400 Subject: [PATCH] double } typo on merge commit fixed --- AutoTurnIn.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AutoTurnIn.lua b/AutoTurnIn.lua index 33e9ed3..feba483 100644 --- a/AutoTurnIn.lua +++ b/AutoTurnIn.lua @@ -5,7 +5,7 @@ local TOCVersion = GetAddOnMetadata(addonName, "Version") AutoTurnIn = LibStub("AceAddon-3.0"):NewAddon("AutoTurnIn", "AceEvent-3.0", "AceConsole-3.0") AutoTurnIn.defaults = {enabled = true, all = false, lootreward = 1, tournament = 2, - darkmoonteleport=true, togglekey=2, darkmoonautostart=true, showrewardtext=true, version=TOCVersion}} + darkmoonteleport=true, togglekey=2, darkmoonautostart=true, showrewardtext=true, version=TOCVersion} AutoTurnIn.ldb, AutoTurnIn.allowed = nil, nil AutoTurnIn.caption = addonName ..' [%s]' AutoTurnIn.funcList = {[1] = function() return false end, [2]=IsAltKeyDown, [3]=IsControlKeyDown, [4]=IsShiftKeyDown} -- 1.7.9.5