From ce26b22752e5eae6c7487c91d9831415086b86eb Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Fri, 19 Feb 2021 20:44:57 +0300 Subject: [PATCH] Add filament market group --- service/market.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/service/market.py b/service/market.py index e49282da0..5f34ab633 100644 --- a/service/market.py +++ b/service/market.py @@ -443,7 +443,8 @@ class Market: 24, # Implants & Boosters 404, # Deployable Structures 2202, # Structure Equipment - 2203 # Structure Modifications + 2203, # Structure Modifications + 2456 # Filaments ) self.SHOWN_MARKET_GROUPS = eos.db.getMarketTreeNodeIds(self.ROOT_MARKET_GROUPS) self.FIT_CATEGORIES = ['Ship']