Change default pet color from white-washed green to violet.
This commit is contained in:
parent
f82c78c1eb
commit
d6f8ca38e2
1 changed files with 1 additions and 1 deletions
2
Omen.lua
2
Omen.lua
|
|
@ -138,7 +138,7 @@ local defaults = {
|
|||
AlwaysShowSelf = true,
|
||||
ShowAggroBar = true,
|
||||
AggroBarColor = {r = 1, g = 0, b = 0, a = 1,},
|
||||
PetBarColor = {r = 0.83, g = 0.98, b = 0.74, a = 1},
|
||||
PetBarColor = {r = 0.77, g = 0, b = 1, a = 1},
|
||||
},
|
||||
ShowWith = {
|
||||
UseShowWith = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue