diff options
author | SnapperRy <snapperryen@gmail.com> | 2016-10-29 17:45:28 +0200 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-11-11 20:13:06 +0100 |
commit | 344f4c1c24c2b7259ee00c325ecd9c02b0a309f9 (patch) | |
tree | 03038e70e53823de58881765c11b45f02b70cf2e | |
parent | 35445d98ef8e9d205f582b52dced52d3d26d4d33 (diff) |
DB/Event: fix start date for Winter Veil.
(cherry picked from commit 874c70c88f8ed45b3b5262f3d5c40ea0989fc11f)
-rw-r--r-- | sql/updates/world/master/2017_11_11_05_world_2016_10_29_04_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_11_11_05_world_2016_10_29_04_world.sql b/sql/updates/world/master/2017_11_11_05_world_2016_10_29_04_world.sql new file mode 100644 index 00000000000..5bea6f0f8b2 --- /dev/null +++ b/sql/updates/world/master/2017_11_11_05_world_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; |