Update 1_fix_overbuild_mission.sql

This commit is contained in:
Avery 2021-12-05 19:27:45 -08:00 committed by GitHub
parent 3c3a3dba8f
commit bcfa1fb906
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1 @@
-- Fixes the overbuild mission that has the wrong target, therefore not being completable
UPDATE Missions SET target_objectID = 12259 WHERE id = 1177;