From 3779dd402c30e1847a3e920f862924fddb4b57f6 Mon Sep 17 00:00:00 2001 From: John Pasula Date: Mon, 14 Feb 2011 15:45:51 -0700 Subject: [PATCH] AceAddon-3.1 How did that get there? --- Interface/Common.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Interface/Common.lua b/Interface/Common.lua index d0f2671..28952a3 100644 --- a/Interface/Common.lua +++ b/Interface/Common.lua @@ -12,7 +12,7 @@ local string = _G.string local LibStub = LibStub local MODNAME = "Ackis Recipe List" -local addon = LibStub("AceAddon-3.1"):GetAddon(MODNAME) +local addon = LibStub("AceAddon-3.0"):GetAddon(MODNAME) -- Set up the private intra-file namespace. local private = select(2, ...) -- 1.7.9.5