Quantcast

Azil added OCES like a thousand years ago

Darthpred [11-02-13 - 21:48]
Azil added OCES like a thousand years ago
Filename
ElvUI_SLE/skins/addons/load_addons.xml
ElvUI_SLE/skins/addons/oces.lua
diff --git a/ElvUI_SLE/skins/addons/load_addons.xml b/ElvUI_SLE/skins/addons/load_addons.xml
index b243a91..7200fd1 100755
--- a/ElvUI_SLE/skins/addons/load_addons.xml
+++ b/ElvUI_SLE/skins/addons/load_addons.xml
@@ -1,4 +1,3 @@
 <Ui xmlns="http://www.blizzard.com/wow/ui/">
 	<Script file='notes.lua'/>
-	<Script file='oces.lua'/>
 </Ui>
\ No newline at end of file
diff --git a/ElvUI_SLE/skins/addons/oces.lua b/ElvUI_SLE/skins/addons/oces.lua
deleted file mode 100755
index a5f685e..0000000
--- a/ElvUI_SLE/skins/addons/oces.lua
+++ /dev/null
@@ -1,7 +0,0 @@
-local E, L, V, P, G, _ = unpack(ElvUI); --Inport: Engine, Locales, PrivateDB, ProfileDB, GlobalDB, Localize Underscore
-local S = E:GetModule('Skins')
-
-local function LoadSkin()
-	S:HandleButton(TradeSkillCreateScrollButton, true)
-end
-S:RegisterSkin('OneClickEnchantScroll', LoadSkin)
\ No newline at end of file