mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-05 05:27:30 +08:00
[generic] Set maintenance reboot date to far future
This will solve play reception time lockout and mainteneance reboot on some game .. unless user plays after year 2099
This commit is contained in:
@@ -0,0 +1 @@
|
||||
UPDATE `property` SET `property_value` = '2099-01-01 23:59:00.0' WHERE `property_key` LIKE 'reboot_%_time';
|
||||
@@ -0,0 +1 @@
|
||||
UPDATE `property` SET `property_value` = '2099-01-01 23:59:00.0' WHERE `property_key` LIKE 'reboot_%_time';
|
||||
Reference in New Issue
Block a user