diff options
author | gumi <mekolat@users.noreply.github.com> | 2016-08-10 15:10:45 -0400 |
---|---|---|
committer | GitLab <gitlab@gitlab.com> | 2016-12-03 19:44:32 +0000 |
commit | 480b9af4f96dc9fac8e44f766dc444223987465e (patch) | |
tree | 1b29092054136e09a7e7fef41af175b9911ac211 | |
parent | 429f2873bb440070ffc47f8a06b1d7d94547dd4c (diff) | |
download | clientdata-480b9af4f96dc9fac8e44f766dc444223987465e.tar.gz clientdata-480b9af4f96dc9fac8e44f766dc444223987465e.tar.bz2 clientdata-480b9af4f96dc9fac8e44f766dc444223987465e.tar.xz clientdata-480b9af4f96dc9fac8e44f766dc444223987465e.zip |
add `Super Menu` skill
-rw-r--r-- | skills.xml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -47,4 +47,11 @@ Copyright (C) 2010-2013 Evol Online --> description="Draw text on ground." useTextParameter="true"/> </set> + <set name="Restricted"> + <skill + id="20002" + name="Super Menu" + description="Gives access to all debug and administrative options" + invokeCmd="@numa"/> + </set> </skills> |