From 3eb2a0b2ad8a660ccdadec17a75cc9cf287f0620 Mon Sep 17 00:00:00 2001 From: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com> Date: Wed, 31 Jul 2024 09:44:08 -0400 Subject: [PATCH] fix(DB/Event): Adjustments to BlizzCon L70ETC concert event. (#19539) * Init. * Update occurence interval. --- data/sql/updates/pending_db_world/l70etc-dmf.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 data/sql/updates/pending_db_world/l70etc-dmf.sql diff --git a/data/sql/updates/pending_db_world/l70etc-dmf.sql b/data/sql/updates/pending_db_world/l70etc-dmf.sql new file mode 100644 index 000000000..99d3ea1b4 --- /dev/null +++ b/data/sql/updates/pending_db_world/l70etc-dmf.sql @@ -0,0 +1 @@ +UPDATE `game_event` SET `start_time`='2008-07-31 12:00:00', `end_time`='2008-08-05 12:00:00', `occurence` = 60, `description` = 'L70ETC BlizzCon Concert' WHERE `eventEntry` = 32;