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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user