diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-21 08:43:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-21 08:43:44 -0300 |
commit | 162fdafed39dc90195ed788553c6485fffc25975 (patch) | |
tree | b21017cb688adefa2a1500cd9b83eb970f20d543 | |
parent | 00cfa0149c86b5b76624e65a2312db0fdc0ebf5b (diff) | |
download | tools-162fdafed39dc90195ed788553c6485fffc25975.tar.gz tools-162fdafed39dc90195ed788553c6485fffc25975.tar.bz2 tools-162fdafed39dc90195ed788553c6485fffc25975.tar.xz tools-162fdafed39dc90195ed788553c6485fffc25975.zip |
Prefer short names, if possible
-rwxr-xr-x | client/skills.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/skills.py b/client/skills.py index 9d23030..c06a4e4 100755 --- a/client/skills.py +++ b/client/skills.py @@ -115,7 +115,7 @@ skills.append(Skill(20023, "Summon Cave Maggot", "none", "Req. Zarkor Scroll.", # Begin f=open("skills.tmp", "w") -f.write('<?xml version="1.0" encoding="utf-8"?>\n<!-- This file is generated automatically, editing it will have no effect.\n (C) Jesusalva, 2019-2020 -->\n<skills>\n\t<set name="Summoning">\n') +f.write('<?xml version="1.0" encoding="utf-8"?>\n<!-- This file is generated automatically, editing it will have no effect.\n (C) Jesusalva, 2019-2020 -->\n<skills>\n\t<set name="Summon">\n') for sk in skills: i=0 |