diff --git a/game/db.py b/game/db.py index 9ac772ea..938ce1df 100644 --- a/game/db.py +++ b/game/db.py @@ -1042,8 +1042,8 @@ EXPANDED_TASK_PAYLOAD_OVERRIDE = { "ESCORT": ("CAP HEAVY", "CAP"), "BAI": ( "BAI", "CAS MAVERICK F", "CAS"), "SWEEP": ("CAP HEAVY", "CAP"), - "OCA_RUNWAY": ("OCA","RUNWAY_ATTACK","STRIKE"), - "OCA_AIRCRAFT": ("CAS MAVERICK F", "CAS") + "OCA_RUNWAY": ("RUNWAY_ATTACK","STRIKE"), + "OCA_AIRCRAFT": ("OCA","CAS MAVERICK F", "CAS") } PLANE_PAYLOAD_OVERRIDES: Dict[Type[PlaneType], Dict[Type[Task], str]] = {