From 0903197ec5c2d1e6a0e88630897a557c69c2b7af Mon Sep 17 00:00:00 2001 From: Corollax Date: Sat, 30 Oct 2010 15:43:14 -0500 Subject: [PATCH] Removed the empty Prototype Exploration Ship Zephyr was moved to limited edition, so...yeah. --- service/market.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/service/market.py b/service/market.py index 7152a33ee..c52d72798 100644 --- a/service/market.py +++ b/service/market.py @@ -165,7 +165,8 @@ class Market(): for grp in cat.groups: if grp.published or grp.name in self.FORCED_GROUPS: root.append((grp.ID, grp.name)) - + zephyr = eos.db.getGroup("Prototype Exploration Ship") + root.remove((zephyr.ID, zephyr.name)) return root