Quantcast

clear test.lua

Darthpred [12-23-12 - 04:46]
clear test.lua
Filename
ElvUI_SLE/modules/test.lua
diff --git a/ElvUI_SLE/modules/test.lua b/ElvUI_SLE/modules/test.lua
index 4ae19c8..6dc6985 100644
--- a/ElvUI_SLE/modules/test.lua
+++ b/ElvUI_SLE/modules/test.lua
@@ -1,12 +1 @@
 local E, L, V, P, G, _ = unpack(ElvUI); --Inport: Engine, Locales, PrivateDB, ProfileDB, GlobalDB
---local AL = E:NewModule('Autoloot', 'AceHook-3.0', 'AceEvent-3.0');
-
-
---[[
-function AL:Initialize()
-	self:LootShow()
-	self:RegisterEvent('PLAYER_ENTERING_WORLD', 'LootShow')
-	self:RegisterEvent('PLAYER_LOGIN', 'LootShow')
-end]]
-
---E:RegisterModule(AL:GetName())
\ No newline at end of file