[chusan] Add new event

pull/1/head
Dom Eori 2022-10-04 02:09:14 +09:00
parent 4f673063ad
commit 8c84a08f62
3 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,7 @@ This document is for detailed game specific notes, if any.
| Name | Game ID | Latest supported version | Latest supported option | Actively supported | Requires patch |
| --- | --- | --- | --- | --- | --- |
|Chunithm (Chusan)|SDHD |New Plus |- |Yes |Yes |
|Chunithm (Chusan)|SDHD |New Plus |A001 |Yes |Yes |
|Chunithm |SDBT |Paradise Lost |A032 |Yes |Yes (Paradise) |
|Maimai DX |SDEZ |Universe Plus |E041 |Yes |Yes |
|O.N.G.E.K.I |SDDT |Bright memory |A052 |Yes |Yes |

View File

@ -0,0 +1 @@
INSERT INTO `chusan_game_event` (`id`, `end_date`, `start_date`, `type`, `enable`) VALUES (13, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000',6, b'1');

View File

@ -0,0 +1 @@
INSERT INTO `chusan_game_event` (`id`, `end_date`, `start_date`, `type`, `enable`) VALUES (13, '2029-01-01 00:00:00.000000', '2019-01-01 00:00:00.000000',6, true);