DarkflameServer/migrations/cdserver/1_fix_overbuild_mission.sql
2021-12-05 18:54:36 +01:00

3 lines
151 B
SQL

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