forked from Hay1tsme/artemis
Merge pull request '[chuni] Use the map flag event ID when checking in GetGameMapAreaConditionApi' (#158) from beerpsi/artemis:fix/chuni/use-map-flag-event into develop
Reviewed-on: Hay1tsme/artemis#158
This commit is contained in:
commit
e432cc1adf
@ -1,8 +1,6 @@
|
||||
from datetime import timedelta
|
||||
from typing import Dict
|
||||
|
||||
from sqlalchemy.dialects.mysql.base import MySQLExecutionContext
|
||||
|
||||
from core.config import CoreConfig
|
||||
from titles.chuni.sunplus import ChuniSunPlus
|
||||
from titles.chuni.const import ChuniConstants, MapAreaConditionLogicalOperator, MapAreaConditionType
|
||||
@ -258,8 +256,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)
|
||||
|
Loading…
Reference in New Issue
Block a user