From 0bb07e44f17eb7a1ec976693aa6d2e89cc87aa4b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 19 May 2020 16:07:03 -0300 Subject: Fix typo --- client/skills.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') 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)) ######################### -- cgit v1.2.3-60-g2f50