DarkflameServer/migrations/cdserver/1_fix_overbuild_mission.sql

3 lines
151 B
MySQL
Raw Normal View History

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