Force publish metenox service

This commit is contained in:
DarkPhoenix
2025-03-18 08:57:55 +01:00
parent 89e426815d
commit b6067ff0a2

View File

@@ -141,6 +141,7 @@ def update_db():
(row['typeName_en-us'].startswith('Civilian') and "Shuttle" not in row['typeName_en-us'])
or row['typeName_en-us'] == 'Capsule'
or row['groupID'] == 4033 # destructible effect beacons
or row['typeID'] == 82941 # Metenox service
or re.match(r'AIR .+Booster.*', row['typeName_en-us'])
):
row['published'] = True