diff options
author | Stefan Beller <stefanbeller@googlemail.com> | 2010-12-16 01:06:56 +0100 |
---|---|---|
committer | Stefan Beller <stefanbeller@googlemail.com> | 2010-12-16 01:06:56 +0100 |
commit | 7f0634e3d337a04236c5193cc8f9084ca081c984 (patch) | |
tree | 464fae4c870986d6566f25af73eeb2d00adb50eb | |
parent | b1e39f8796e69357a396a19a7b1b2bc8be833b0f (diff) | |
download | tools-7f0634e3d337a04236c5193cc8f9084ca081c984.tar.gz tools-7f0634e3d337a04236c5193cc8f9084ca081c984.tar.bz2 tools-7f0634e3d337a04236c5193cc8f9084ca081c984.tar.xz tools-7f0634e3d337a04236c5193cc8f9084ca081c984.zip |
nivalis
-rw-r--r-- | monster-killing-values.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/monster-killing-values.py b/monster-killing-values.py index a2d7ec2..9578804 100644 --- a/monster-killing-values.py +++ b/monster-killing-values.py @@ -37,8 +37,8 @@ def make_mobs(): if len(array)>6 and not line.startswith("#"): id=array[0] name=array[1] - #print name - #print array[29:44] + print name + print array[29:44] sellprize = 0 #hardcoded -.- fix it ! sellprize += getvalueof(int(array[29]))*int(array[30]) |