From ffc9bcf56a7ba0988d76d75271a4d5d97991213e Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Sat, 11 Jan 2020 19:00:15 +0100 Subject: [PATCH] DB/Events: updated Call to Arms battleground events times for this decade and added missing Call to Arms entries for Twin Peaks and Battle for Gilneas --- .../world/custom/custom_2020_01_11_03_world.sql | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sql/updates/world/custom/custom_2020_01_11_03_world.sql diff --git a/sql/updates/world/custom/custom_2020_01_11_03_world.sql b/sql/updates/world/custom/custom_2020_01_11_03_world.sql new file mode 100644 index 00000000000..10d7d85534e --- /dev/null +++ b/sql/updates/world/custom/custom_2020_01_11_03_world.sql @@ -0,0 +1,10 @@ +DELETE FROM `game_event` WHERE `eventEntry` IN (82, 83, 53, 54, 18, 19, 20, 21); +INSERT INTO `game_event` (`eventEntry`, `start_time`, `end_time`, `occurence`, `length`, `holiday`, `description`, `announce`) VALUES +(82, '2020-01-03 00:01:00', '2030-01-01 06:00:00', 80640, 6240, 435, 'Call to Arms: Battle for Gilneas!', 2), +(83, '2020-01-10 00:01:00', '2030-01-01 06:00:00', 80640, 6240, 436, 'Call to Arms: Twim Peaks!', 2), +(18, '2020-01-31 00:01:00', '2030-01-01 06:00:00', 80640, 6240, 283, 'Call to Arms: Alterac Valley!', 2), +(19, '2020-02-07 00:01:00', '2030-01-01 06:00:00', 80640, 6240, 284, 'Call to Arms: Warsong Gulch!', 2), +(20, '2020-01-17 00:01:00', '2030-01-01 06:00:00', 80640, 6240, 285, 'Call to Arms: Arathi Basin!', 2), +(21, '2020-01-24 00:01:00', '2030-01-01 06:00:00', 80640, 6240, 353, 'Call to Arms: Eye of the Storm!', 2), +(53, '2020-02-14 00:01:00', '2030-01-01 06:00:00', 80640, 6240, 400, 'Call to Arms: Strand of the Ancients!', 2), +(54, '2020-02-21 00:01:00', '2030-01-01 06:00:00', 80640, 6240, 420, 'Call to Arms: Isle of Conquest!', 2);