Added default value of "clickthrough = false" to all bars

This commit is contained in:
Hendrik Leppkes
2009-01-20 13:21:33 +01:00
parent 60313072db
commit 368d37ab3d
+1
View File
@@ -20,6 +20,7 @@ local defaults = {
possess = true,
stance = {},
},
clickthrough = false,
}
local Sticky = LibStub("LibSimpleSticky-1.0")