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

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;