mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-05-02 04:31:16 +00:00
3 lines
151 B
SQL
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;
|