Change default pet color from white-washed green to violet.
This commit is contained in:
@@ -138,7 +138,7 @@ local defaults = {
|
|||||||
AlwaysShowSelf = true,
|
AlwaysShowSelf = true,
|
||||||
ShowAggroBar = true,
|
ShowAggroBar = true,
|
||||||
AggroBarColor = {r = 1, g = 0, b = 0, a = 1,},
|
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 = {
|
ShowWith = {
|
||||||
UseShowWith = true,
|
UseShowWith = true,
|
||||||
|
|||||||
Reference in New Issue
Block a user