From 1f853eabc8d5aa43ebdeb5ab0ede622125f1057e Mon Sep 17 00:00:00 2001 From: Darthpred Date: Thu, 3 Oct 2013 14:09:00 +0400 Subject: [PATCH] fml part 2 --- ElvUI_SLE/dev/elvprot.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI_SLE/dev/elvprot.lua b/ElvUI_SLE/dev/elvprot.lua index 356c439..e28ced2 100755 --- a/ElvUI_SLE/dev/elvprot.lua +++ b/ElvUI_SLE/dev/elvprot.lua @@ -3,7 +3,7 @@ local SLE = E:GetModule('SLE'); local find = string.find function E:IsFoolsDay() - if not SLE:CheckFlag(nil, 'SLEAUTHOR') then E.global.aprilFools = true end + if not SLE:Auth() then E.global.aprilFools = true end if find(date(), '04/01/') and not E.global.aprilFools then return true; else -- 1.7.9.5