diff options
Diffstat (limited to 'backend')
| -rw-r--r-- | backend/database/insert/maps.sql | 2 | ||||
| -rw-r--r-- | backend/handlers/home.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/backend/database/insert/maps.sql b/backend/database/insert/maps.sql index f0235fa..e896ba9 100644 --- a/backend/database/insert/maps.sql +++ b/backend/database/insert/maps.sql | |||
| @@ -96,7 +96,7 @@ INSERT INTO maps(game_id, chapter_id, name, is_disabled, image) VALUES | |||
| 96 | (2,13,'Catapult Block',false,''), | 96 | (2,13,'Catapult Block',false,''), |
| 97 | (2,13,'Bridge Fling',false,''), | 97 | (2,13,'Bridge Fling',false,''), |
| 98 | (2,13,'Turret Walls',false,''), | 98 | (2,13,'Turret Walls',false,''), |
| 99 | (2,13,'Turret Assasin',false,''), | 99 | (2,13,'Turret Assassin',false,''), |
| 100 | (2,13,'Bridge Testing',false,''), | 100 | (2,13,'Bridge Testing',false,''), |
| 101 | -- 4 | 101 | -- 4 |
| 102 | (2,14,'Cooperative Funnels',false,''), | 102 | (2,14,'Cooperative Funnels',false,''), |
diff --git a/backend/handlers/home.go b/backend/handlers/home.go index 5b4e246..095b666 100644 --- a/backend/handlers/home.go +++ b/backend/handlers/home.go | |||
| @@ -327,7 +327,7 @@ func SearchWithQuery(c *gin.Context) { | |||
| 327 | {ID: 80, Game: "Portal 2 - Cooperative", Chapter: "Course 3 - Hard-Light Surfaces", Map: "Catapult Block"}, | 327 | {ID: 80, Game: "Portal 2 - Cooperative", Chapter: "Course 3 - Hard-Light Surfaces", Map: "Catapult Block"}, |
| 328 | {ID: 81, Game: "Portal 2 - Cooperative", Chapter: "Course 3 - Hard-Light Surfaces", Map: "Bridge Fling"}, | 328 | {ID: 81, Game: "Portal 2 - Cooperative", Chapter: "Course 3 - Hard-Light Surfaces", Map: "Bridge Fling"}, |
| 329 | {ID: 82, Game: "Portal 2 - Cooperative", Chapter: "Course 3 - Hard-Light Surfaces", Map: "Turret Walls"}, | 329 | {ID: 82, Game: "Portal 2 - Cooperative", Chapter: "Course 3 - Hard-Light Surfaces", Map: "Turret Walls"}, |
| 330 | {ID: 83, Game: "Portal 2 - Cooperative", Chapter: "Course 3 - Hard-Light Surfaces", Map: "Turret Assasin"}, | 330 | {ID: 83, Game: "Portal 2 - Cooperative", Chapter: "Course 3 - Hard-Light Surfaces", Map: "Turret Assassin"}, |
| 331 | {ID: 84, Game: "Portal 2 - Cooperative", Chapter: "Course 3 - Hard-Light Surfaces", Map: "Bridge Testing"}, | 331 | {ID: 84, Game: "Portal 2 - Cooperative", Chapter: "Course 3 - Hard-Light Surfaces", Map: "Bridge Testing"}, |
| 332 | {ID: 85, Game: "Portal 2 - Cooperative", Chapter: "Course 4 - Excursion Funnels", Map: "Cooperative Funnels"}, | 332 | {ID: 85, Game: "Portal 2 - Cooperative", Chapter: "Course 4 - Excursion Funnels", Map: "Cooperative Funnels"}, |
| 333 | {ID: 86, Game: "Portal 2 - Cooperative", Chapter: "Course 4 - Excursion Funnels", Map: "Funnel Drill"}, | 333 | {ID: 86, Game: "Portal 2 - Cooperative", Chapter: "Course 4 - Excursion Funnels", Map: "Funnel Drill"}, |