summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-06-21 08:43:44 -0300
committerJesusaves <cpntb1@ymail.com>2020-06-21 08:43:44 -0300
commit162fdafed39dc90195ed788553c6485fffc25975 (patch)
treeb21017cb688adefa2a1500cd9b83eb970f20d543 /client
parent00cfa0149c86b5b76624e65a2312db0fdc0ebf5b (diff)
downloadtools-162fdafed39dc90195ed788553c6485fffc25975.tar.gz
tools-162fdafed39dc90195ed788553c6485fffc25975.tar.bz2
tools-162fdafed39dc90195ed788553c6485fffc25975.tar.xz
tools-162fdafed39dc90195ed788553c6485fffc25975.zip
Prefer short names, if possible
Diffstat (limited to 'client')
-rwxr-xr-xclient/skills.py2
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