diff options
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] |