From 0dc73eb33d6aa7a04c4e7ee7202f82c0944e0715 Mon Sep 17 00:00:00 2001 From: ckknight Date: Sat, 16 Aug 2008 05:41:37 +0000 Subject: [PATCH] - add runicPower color --- LibDogTag-3.0.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/LibDogTag-3.0.lua b/LibDogTag-3.0.lua index c034ab6..7416fa4 100644 --- a/LibDogTag-3.0.lua +++ b/LibDogTag-3.0.lua @@ -91,6 +91,7 @@ DogTag.__colors = { energy = { 1, 220/255, 25/255 }, focus = { 1, 210/255, 0 }, mana = { 48/255, 113/255, 191/255 }, + runicPower = { 0, 209/255, 1 }, } for class, data in pairs(_G.RAID_CLASS_COLORS) do DogTag.__colors[class] = { data.r, data.g, data.b, }