Skip to content

Commit

Permalink
RareItems should have a station, not a source
Browse files Browse the repository at this point in the history
  • Loading branch information
kfsone committed Jan 1, 2015
1 parent 2a9cf3a commit 3d169e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tradedb.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def __repr__(self):


class RareItem(namedtuple('RareItem', [
'rareID', 'source', 'name', 'costCr', 'maxAlloc',
'rareID', 'station', 'name', 'costCr', 'maxAlloc',
])):
"""
Describes a RareItem
Expand Down

0 comments on commit 3d169e3

Please sign in to comment.