From 62ae69ffa916c72e1c2b1c51ea0cd09ac6db381d Mon Sep 17 00:00:00 2001 From: wlt233 <42347182+wlt233@users.noreply.github.com> Date: Thu, 28 Nov 2024 13:03:47 +0800 Subject: [PATCH] fix: 7.0 market map --- ffxivbot/handlers/QQCommand_market.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ffxivbot/handlers/QQCommand_market.py b/ffxivbot/handlers/QQCommand_market.py index 22e85e2b..a8c692f1 100644 --- a/ffxivbot/handlers/QQCommand_market.py +++ b/ffxivbot/handlers/QQCommand_market.py @@ -135,6 +135,8 @@ def handle_item_name_abbr(item_name): if item_name.startswith("第二期重建用的") and not item_name.endswith("(检)"): item_name = item_name + "(检)" map_dict = { + "G17": "陈旧的狞豹革地图", + "G16": "陈旧的银狼革地图", "G15": "陈旧的蛇牛革地图", "G14": "陈旧的金毗罗鳄革地图", "G13": "陈旧的赛加羚羊革地图",