summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-01-10 02:18:07 -0300
committerJesusaves <cpntb1@ymail.com>2020-01-10 02:18:07 -0300
commit9bb0d394c11d43bea8693419f95a97c2132dd9d0 (patch)
tree1a808aab97275ae7003e4aefe6524178faefb572
parent83dc68b1480fd7fbd1ab9cb0ffa583e94d461003 (diff)
downloadevol-tools-9bb0d394c11d43bea8693419f95a97c2132dd9d0.tar.gz
evol-tools-9bb0d394c11d43bea8693419f95a97c2132dd9d0.tar.bz2
evol-tools-9bb0d394c11d43bea8693419f95a97c2132dd9d0.tar.xz
evol-tools-9bb0d394c11d43bea8693419f95a97c2132dd9d0.zip
Please excuse me, I did not meant to commit to master, but oh well >.>
Fix pipeline.
-rwxr-xr-xwiki/sedesign.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiki/sedesign.py b/wiki/sedesign.py
index fe0c5f3..16c7b5c 100755
--- a/wiki/sedesign.py
+++ b/wiki/sedesign.py
@@ -390,7 +390,7 @@ def ItemWrite(tbl, ID=False, AEGIS=False, NAME=False, PRICE=False, WEIGHT=False,
wikia.write("<td>Atk: %s</td>" % i.atk)
if stgen:
lv=int(i.lvl)
- at=int(i.atk)
+ #at=int(i.atk)
fc=7.5
## Two hand swords are stronger
if i in IT_WEAPON['HAND_2']: