Quantcast

just the debuffTypes

yaroot [11-23-11 - 10:27]
just the debuffTypes
Filename
oUF_RaidDebuffs.lua
diff --git a/oUF_RaidDebuffs.lua b/oUF_RaidDebuffs.lua
index 48f9a7c..9016499 100644
--- a/oUF_RaidDebuffs.lua
+++ b/oUF_RaidDebuffs.lua
@@ -39,7 +39,9 @@ local debuffTypeColor = {
     ['none'] = {0, 0, 0},
 }
 for k, v in next, DebuffTypeColor do
-    debuffTypeColor[k] = { v.r, v.g, v.b }
+    if(k ~= '' and k ~= 'none') then
+        debuffTypeColor[k] = { v.r, v.g, v.b }
+    end
 end

 local dispelPrio = {