diff options
| author | Vincent_Michael <Vincent_Michael@gmx.de> | 2013-01-15 20:35:28 +0100 |
|---|---|---|
| committer | Vincent_Michael <Vincent_Michael@gmx.de> | 2013-01-15 20:36:24 +0100 |
| commit | 6428af8f1663ce7b5c1ff87d86ebffd147196312 (patch) | |
| tree | ef77e8e26c82533a2c88363f24b04c13fef2edfd | |
| parent | b138d7fdf4e78415f07bd3856840b455b49aed55 (diff) | |
DB/Game Event: Fix Hallow's End start time (thx gonzo1247)
| -rw-r--r-- | sql/updates/world/2013_01_15_01_world_game_event.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2013_01_15_01_world_game_event.sql b/sql/updates/world/2013_01_15_01_world_game_event.sql new file mode 100644 index 00000000000..3300c0667ce --- /dev/null +++ b/sql/updates/world/2013_01_15_01_world_game_event.sql @@ -0,0 +1 @@ +UPDATE `game_event` SET `start_time`='2013-10-18 01:00:00' WHERE `eventEntry`=12; -- Hallow's End |
