diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-18 20:14:54 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-18 20:14:54 +0300 |
commit | 12e0196bbf34fe878b42b4010be8c08217cf45eb (patch) | |
tree | 087d368745d32a9be06c28da3dd04d9fd01969ed /hercules/code/server/evol/athena.py | |
parent | 561c8902706feec36316c270bcad0947da2a703d (diff) | |
download | tools-12e0196bbf34fe878b42b4010be8c08217cf45eb.tar.gz tools-12e0196bbf34fe878b42b4010be8c08217cf45eb.tar.bz2 tools-12e0196bbf34fe878b42b4010be8c08217cf45eb.tar.xz tools-12e0196bbf34fe878b42b4010be8c08217cf45eb.zip |
hercules: convert to inventory.sql
Diffstat (limited to 'hercules/code/server/evol/athena.py')
-rw-r--r-- | hercules/code/server/evol/athena.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hercules/code/server/evol/athena.py b/hercules/code/server/evol/athena.py index 9c03202..a4bb48f 100644 --- a/hercules/code/server/evol/athena.py +++ b/hercules/code/server/evol/athena.py @@ -38,7 +38,7 @@ def parseInventory(line, data): item.uknownId = rows2[0] item.itemId = rows2[1] - item.ammount = rows2[2] + item.amount = rows2[2] item.equip = rows2[3] item.color = rows2[4] item.refine = rows2[5] |