aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2020-09-21 04:31:26 +0300
committeroffl <offl@users.noreply.github.com>2020-09-21 04:31:26 +0300
commit703dd91b3d1c336b8247d1f76f13ab5ead3add1d (patch)
tree8232c808c1df1cf28d420d567d888bca1fb8b5e6
parent26c510775c6a1995d81b16ad7459227381801dcc (diff)
DB/Event: Make Brewfest Building event start and end before Brewfest
Closes #25473
-rw-r--r--sql/updates/world/3.3.5/2020_09_21_01_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_09_21_01_world.sql b/sql/updates/world/3.3.5/2020_09_21_01_world.sql
new file mode 100644
index 00000000000..55287823795
--- /dev/null
+++ b/sql/updates/world/3.3.5/2020_09_21_01_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `game_event` SET `start_time` = "2016-09-17 03:01:00" WHERE `eventEntry` = 70;