diff --git a/migrations/cdserver/1_fix_overbuild_mission.sql b/migrations/cdserver/1_fix_overbuild_mission.sql index 1a4cd34f..9862d166 100644 --- a/migrations/cdserver/1_fix_overbuild_mission.sql +++ b/migrations/cdserver/1_fix_overbuild_mission.sql @@ -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;