diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-12 19:45:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-12 19:48:19 -0300 |
commit | f96b0c2ffcf08f394bbe9f1d2090a24d437bcb2f (patch) | |
tree | 14949335bc92c1fa78293439e556404684c3e105 | |
parent | e868b0f30598860b04da48b9b8b7377b2421cd2f (diff) | |
download | clientdata-f96b0c2ffcf08f394bbe9f1d2090a24d437bcb2f.tar.gz clientdata-f96b0c2ffcf08f394bbe9f1d2090a24d437bcb2f.tar.bz2 clientdata-f96b0c2ffcf08f394bbe9f1d2090a24d437bcb2f.tar.xz clientdata-f96b0c2ffcf08f394bbe9f1d2090a24d437bcb2f.zip |
set groups.xml highlightName
-rw-r--r-- | groups.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/groups.xml b/groups.xml index 3fcfcac16..82cf42532 100644 --- a/groups.xml +++ b/groups.xml @@ -7,6 +7,7 @@ Copyright (C) 2017 Evol Online --> id="0" name="Player" longName="Player" + highlightName="true" > <commands> <command name="duel" use="self" /> @@ -26,6 +27,7 @@ Copyright (C) 2017 Evol Online --> name="Super Player" longName="Super Player" inherit="0" + highlightName="true" > <commands> <command name="autotrade" use="self" /> @@ -184,6 +186,7 @@ Copyright (C) 2017 Evol Online --> name="Developer" longName="Developer" inherit="3,2" + highlightName="true" > <commands> <command name="localbroadcast" use="self" /> @@ -272,6 +275,7 @@ Copyright (C) 2017 Evol Online --> name="Game Master" longName="Game Master" inherit="5,8" + highlightName="true" > <commands> </commands> @@ -286,6 +290,7 @@ Copyright (C) 2017 Evol Online --> name="Administrator" longName="Administrator" inherit="5,8" + highlightName="true" > <commands> </commands> |