diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2015-04-05 19:59:29 +0200 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2015-04-05 19:59:29 +0200 |
commit | 108d2784115faf4d1b44abd9b1c33f566307776f (patch) | |
tree | c8528bae01d0280435e6b83a6d706db935b1e24a | |
parent | 8a7ba64f7bc563a4d420cdc25a46621c00f2735c (diff) |
DB/Game event: Fix Noblegarden start date
-rw-r--r-- | sql/updates/world/2015_04_05_06_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2015_04_05_06_world_335.sql b/sql/updates/world/2015_04_05_06_world_335.sql new file mode 100644 index 00000000000..874cefe45d6 --- /dev/null +++ b/sql/updates/world/2015_04_05_06_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `game_event` SET `start_time`='2015-05-05 00:01:00' WHERE `eventEntry`=9; |