From 9b41c81685823173cb75c7b081225d3271102317 Mon Sep 17 00:00:00 2001 From: Alar of Daggerspine Date: Sat, 30 Apr 2016 23:44:00 +0200 Subject: [PATCH] Fixed option name --- Init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Init.lua b/Init.lua index 468dc2e..61f5b71 100644 --- a/Init.lua +++ b/Init.lua @@ -21,7 +21,7 @@ if LibDebug then LibDebug() ns.print=print else ns.print=function() end end --[===[@non-debug@ ns.print=function() end --@end-non-debug@]===] -ns.addon=LibStub("LibInit"):NewAddon(me,{profile='Default',enhanchedProfile=true},'AceHook-3.0','AceTimer-3.0','AceEvent-3.0','AceBucket-3.0') +ns.addon=LibStub("LibInit"):NewAddon(me,{profile='Default',enhancedProfile=true},'AceHook-3.0','AceTimer-3.0','AceEvent-3.0','AceBucket-3.0') local addon=ns.addon --#addon ns.toc=select(4,GetBuildInfo()) ns.AceGUI=LibStub("AceGUI-3.0") -- 1.7.9.5