mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-14 20:28:21 +00:00
3 lines
151 B
MySQL
3 lines
151 B
MySQL
|
-- Fixes the overbuild mission that has the wrong target, therefore not being completable
|
||
|
UPDATE Missions SET target_objectID = 12259 WHERE id = 1177;
|