mirror of https://github.com/hykilpikonna/AquaDX
[chusan] Add new event
parent
4f673063ad
commit
8c84a08f62
|
@ -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 |
|
||||
|
|
|
@ -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');
|
|
@ -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);
|
Loading…
Reference in New Issue