aboutsummaryrefslogtreecommitdiff
path: root/backend/database
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-08-30 17:14:41 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-08-30 17:14:41 +0300
commit12ce00fdcc24b9c4e710156e56469acf10a30c27 (patch)
treecc6813d0515cd3d67041af4a3e15725a99956948 /backend/database
parentfix: actually get is_coop data for the given map (#45) (diff)
downloadlphub-12ce00fdcc24b9c4e710156e56469acf10a30c27.tar.gz
lphub-12ce00fdcc24b9c4e710156e56469acf10a30c27.tar.bz2
lphub-12ce00fdcc24b9c4e710156e56469acf10a30c27.zip
fix: change disabled maps
Former-commit-id: ed6aca7192bd4d142107983cf0cda5efc14e0609
Diffstat (limited to 'backend/database')
-rw-r--r--backend/database/maps.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/database/maps.sql b/backend/database/maps.sql
index 50689e2..637d2c2 100644
--- a/backend/database/maps.sql
+++ b/backend/database/maps.sql
@@ -15,7 +15,7 @@ INSERT INTO maps(game_id, chapter_id, name, description, showcase, is_disabled)
15(1,2,'Laser Stairs','','',false), 15(1,2,'Laser Stairs','','',false),
16(1,2,'Dual Lasers','','',false), 16(1,2,'Dual Lasers','','',false),
17(1,2,'Laser Over Goo','','',false), 17(1,2,'Laser Over Goo','','',false),
18(1,2,'Catapult Intro','','',true), 18(1,2,'Catapult Intro','','',false),
19(1,2,'Trust Fling','','',false), 19(1,2,'Trust Fling','','',false),
20(1,2,'Pit Flings','','',false), 20(1,2,'Pit Flings','','',false),
21(1,2,'Fizzler Intro','','',false), 21(1,2,'Fizzler Intro','','',false),
@@ -71,7 +71,7 @@ INSERT INTO maps(game_id, chapter_id, name, description, showcase, is_disabled)
71(1,9,'Finale 4','','',false), 71(1,9,'Finale 4','','',false),
72-- Portal 2 Cooperative 72-- Portal 2 Cooperative
73-- 0 73-- 0
74(2,10,'Calibration','','',false), 74(2,10,'Calibration','','',true),
75(2,10,'Hub','','',true), 75(2,10,'Hub','','',true),
76-- 1 76-- 1
77(2,11,'Doors','','',false), 77(2,11,'Doors','','',false),