From 6b4918afe9ded7aacf899d80cf385d48ac82a80a Mon Sep 17 00:00:00 2001 From: Tenko Date: Thu, 19 Oct 2023 20:56:22 +0900 Subject: [PATCH] :art: Update collections of character guides --- core/services/game/services.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/services/game/services.py b/core/services/game/services.py index 94e0b575..e4115256 100644 --- a/core/services/game/services.py +++ b/core/services/game/services.py @@ -12,7 +12,7 @@ class GameStrategyService(BaseService): self._cache = cache self._hyperion = Hyperion() if collections is None: - self._collections = [839176, 839179, 839181, 1180811, 2226210] + self._collections = [2319292, 2319293, 2319294, 2319295, 2319296, 2319298, 2319299] else: self._collections = collections self._special_posts = {"达达利亚": "21272578"}