use the map flag event, not the announcement event

This commit is contained in:
2024-06-23 01:33:44 +07:00
parent ea63df23d6
commit 2abda8a1f0

View File

@ -249,7 +249,7 @@ class ChuniLuminous(ChuniSunPlus):
])
# LUMINOUS ep. I
if 14005 in event_by_id:
if 14006 in event_by_id:
start_date = event_by_id[14005]["startDate"].strftime(self.date_time_format)
if not mystic_area_1_added:
@ -285,8 +285,8 @@ class ChuniLuminous(ChuniSunPlus):
)
# LUMINOUS ep. II
if 14250 in event_by_id:
start_date = event_by_id[14250]["startDate"].strftime(self.date_time_format)
if 14251 in event_by_id:
start_date = event_by_id[14251]["startDate"].strftime(self.date_time_format)
if not mystic_area_1_added:
conditions.append(mystic_area_1_conditions)