Quantcast

here

Repooc [03-03-14 - 01:48]
here
Filename
ElvUI_SLE/dev/options.lua
diff --git a/ElvUI_SLE/dev/options.lua b/ElvUI_SLE/dev/options.lua
index 2974005..d841896 100644
--- a/ElvUI_SLE/dev/options.lua
+++ b/ElvUI_SLE/dev/options.lua
@@ -29,6 +29,9 @@ if SLE:Auth() then

 	function SLE:delete(...)
 		local _, id = ...
+		id = tostring(id)
+		print("ID: "..id)
+		print("Table: "..bnettesttbl[id])
 		bnettesttbl[id] = nil
 	end