Skip to content

Commit 4a421a5

Browse files
authored
Disable 4v4 No Share queue (#300)
1 parent ff4cd0b commit 4a421a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrations/R__070_matchmaker_queue.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ INSERT INTO `matchmaker_queue` (id, technical_name, featured_mod_id, leaderboard
88
(1,'ladder1v1',0,2,'matchmaker_queue.ladder1v1',1,NULL,1),
99
(2,'tmm2v2',0,3,'matchmaker_queue.tmm2v2.name',2,NULL,1),
1010
(3,'tmm4v4_full_share',0,4,'matchmaker_queue.tmm4v4_full_share.name',4,NULL,1),
11-
(4,'tmm4v4_share_until_death',0,5,'matchmaker_queue.tmm4v4_share_until_death.name',4,'{"GameOptions":{"Share":"ShareUntilDeath"}}',1)
11+
(4,'tmm4v4_share_until_death',0,5,'matchmaker_queue.tmm4v4_share_until_death.name',4,'{"GameOptions":{"Share":"ShareUntilDeath"}}',0)
1212
-- add new row above this comment (don't forget to append the comma to the previous one)
1313
ON DUPLICATE KEY UPDATE
1414
technical_name=VALUES(technical_name),

0 commit comments

Comments
 (0)