forked from Cookies_Github_mirror/AquaDX
[chuni] Fix: make event popup to not show
Automated scripts didn't work as expected, resulting some recent event popups showing during login. This commit will fix this.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
UPDATE `chuni_game_event` SET `enable` = b'0' WHERE `type` = 1 AND `enable` = b'1';
|
||||
DELETE FROM `chuni_game_event` WHERE `id` = 19000;
|
||||
@@ -0,0 +1,2 @@
|
||||
UPDATE `chuni_game_event` SET `enable` = false WHERE `type` = 1 AND `enable` = true;
|
||||
DELETE FROM `chuni_game_event` WHERE `id` = 19000;
|
||||
Reference in New Issue
Block a user