aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSnapperRy <snapperryen@gmail.com>2016-10-29 17:45:28 +0200
committerSnapperRy <snapperryen@gmail.com>2016-10-29 17:45:28 +0200
commit874c70c88f8ed45b3b5262f3d5c40ea0989fc11f (patch)
tree4e96324c8bd22c30b9f24a9c6c165676ef1c66bd
parentcb595f69331bd9f367cd550ef16cae6d76ef5fd4 (diff)
DB/Event: fix start date for Winter Veil.
-rw-r--r--sql/updates/world/3.3.5/2016_10_29_04_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_10_29_04_world.sql b/sql/updates/world/3.3.5/2016_10_29_04_world.sql
new file mode 100644
index 00000000000..5bea6f0f8b2
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_10_29_04_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `game_event` SET `start_time`="2016-12-15 06:00:00" WHERE `eventEntry`=2;