Map fixes

This commit is contained in:
infinitefusion
2023-11-13 12:31:59 -05:00
parent 91153181c3
commit 959edc3f6a
5 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,8 +1,8 @@
EXPORT_EXCEPT_MAP_IDS= [768,722,723,724,720] EXPORT_EXCEPT_MAP_IDS= [768,722,723,724,720,809,816]
def exportAllMaps def exportAllMaps
for id in 1..820 for id in 817..830
begin begin
MapExporter.export(id, [:Events]) if !EXPORT_EXCEPT_MAP_IDS.include?(id) MapExporter.export(id, [:Events]) if !EXPORT_EXCEPT_MAP_IDS.include?(id)
rescue rescue

Binary file not shown.