summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-05-19 16:07:03 -0300
committerJesusaves <cpntb1@ymail.com>2020-05-19 16:07:03 -0300
commit0bb07e44f17eb7a1ec976693aa6d2e89cc87aa4b (patch)
treec16c0bd34a5893d104ba8fac68d5084655e25e2e /client
parent5d9b341de7248b0d2edae25d217f9f36d1218a42 (diff)
downloadtools-0bb07e44f17eb7a1ec976693aa6d2e89cc87aa4b.tar.gz
tools-0bb07e44f17eb7a1ec976693aa6d2e89cc87aa4b.tar.bz2
tools-0bb07e44f17eb7a1ec976693aa6d2e89cc87aa4b.tar.xz
tools-0bb07e44f17eb7a1ec976693aa6d2e89cc87aa4b.zip
Fix typo
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 a3e68d8..b611fd0 100755
--- a/client/skills.py
+++ b/client/skills.py
@@ -65,7 +65,7 @@ def fillskill(sk, lv):
#########################
skills.append(Skill(20024, "Parum", "other/parum", "Transmutate wood into stuff.",
50, 0, "parum", 0))
-skills.append(Skill(20026, "Transmutation", "transmutation", "Transmute stuff into other stuff.",
+skills.append(Skill(20027, "Transmutation", "transmutation", "Transmute stuff into other stuff.",
215, -5, "trans", 10))
#########################