Change default pet color from white-washed green to violet.

This commit is contained in:
Xinhuan
2008-11-04 06:08:35 +08:00
parent f82c78c1eb
commit d6f8ca38e2
+1 -1
View File
@@ -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,