1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 13:49:26 +08:00

Fix: Getting index of a digit chapter when looking for a non-digit chapter (#4504)

This commit is contained in:
LmeSzinc
2025-01-10 02:27:51 +08:00
parent 40a9e901e2
commit 2176fdf803
18 changed files with 72 additions and 50 deletions

View File

@@ -13,7 +13,7 @@ class CampaignBase(CampaignBase_):
def campaign_set_chapter_event(self, chapter, mode='normal'):
self.ui_goto_event()
self.campaign_ensure_chapter(index=chapter)
self.campaign_ensure_chapter(chapter)
return True
def _campaign_get_chapter_index(self, name):