forked from Hay1tsme/artemis
use the map flag event, not the announcement event
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user