From 3d169e3a4cba6e5a1661d25ce59d2ec7f852e152 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 1 Jan 2015 02:10:37 -0800 Subject: [PATCH] RareItems should have a station, not a source --- tradedb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tradedb.py b/tradedb.py index 5653f128..467c0c0b 100644 --- a/tradedb.py +++ b/tradedb.py @@ -257,7 +257,7 @@ def __repr__(self): class RareItem(namedtuple('RareItem', [ - 'rareID', 'source', 'name', 'costCr', 'maxAlloc', + 'rareID', 'station', 'name', 'costCr', 'maxAlloc', ])): """ Describes a RareItem