Fix: menu typing test - back click error, remove english typing for free players
This commit is contained in:
@@ -1,26 +1,22 @@
|
||||
USE moty;
|
||||
|
||||
INSERT INTO `active_app` (`ActiveAppID`, `MaestroID`, `AppID`) VALUES
|
||||
(1, 1, 101),
|
||||
(2, 1, 102),
|
||||
(3, 1, 1),
|
||||
(4, 1, 2),
|
||||
(5, 1, 3),
|
||||
(6, 1, 4),
|
||||
(7, 1, 5),
|
||||
(8, 1, 6),
|
||||
(9, 1, 7),
|
||||
(10, 1, 8),
|
||||
(11, 1, 11),
|
||||
(12, 1, 12),
|
||||
(13, 1, 13),
|
||||
(14, 1, 14),
|
||||
(15, 1, 15),
|
||||
(16, 1, 16),
|
||||
(17, 1, 17),
|
||||
(18, 1, 21),
|
||||
(19, 1, 30),
|
||||
(20, 1, 31),
|
||||
(21, 1, 40);
|
||||
(22, 1, 50),
|
||||
(23, 1, 51);
|
||||
INSERT INTO `active_app` (`MaestroID`, `AppID`) VALUES
|
||||
(1, 101),
|
||||
(1, 102),
|
||||
(1, 1),
|
||||
(1, 2),
|
||||
(1, 3),
|
||||
(1, 4),
|
||||
(1, 5),
|
||||
(1, 6),
|
||||
(1, 7),
|
||||
(1, 8),
|
||||
(1, 11),
|
||||
(1, 12),
|
||||
(1, 13),
|
||||
(1, 14),
|
||||
(1, 15),
|
||||
(1, 16),
|
||||
(1, 17),
|
||||
(1, 50),
|
||||
(1, 51);
|
||||
Reference in New Issue
Block a user