Quantcast

fml part 2

Darthpred [10-03-13 - 10:09]
fml part 2
Filename
ElvUI_SLE/dev/elvprot.lua
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