Skip to content

Commit

Permalink
Personal -> blue
Browse files Browse the repository at this point in the history
  • Loading branch information
nebularg committed Sep 30, 2018
1 parent 1ff8171 commit 2804308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CommonAuras.lua
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,12 @@ local function GetOptions()
end
local function messageColorGet(info)
local key = info[#info-1]
local color = colors[key] or "Personal"
local color = colors[key] or "blue"
return cModule:GetColor(color, mod.name, key)
end
local function messageColorSet(info, r, g, b)
local key = info[#info-1]
local color = colors[key] or "Personal"
local color = colors[key] or "blue"
cModule.db.profile[color][mod.name][key] = {r, g, b, 1}
end

Expand Down

0 comments on commit 2804308

Please sign in to comment.