From 1bc68b2cae5f2aaac4c0297d2938c0420ad891a9 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Tue, 7 Jul 2020 17:20:15 +0200 Subject: Rename 2020_07_07_01_world.sql to 2020_07_07_00_world.sql --- sql/updates/world/3.3.5/2020_07_07_00_world.sql | 12 ++++++++++++ sql/updates/world/3.3.5/2020_07_07_01_world.sql | 12 ------------ 2 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 sql/updates/world/3.3.5/2020_07_07_00_world.sql delete mode 100644 sql/updates/world/3.3.5/2020_07_07_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2020_07_07_00_world.sql b/sql/updates/world/3.3.5/2020_07_07_00_world.sql new file mode 100644 index 00000000000..080e1421c97 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_07_07_00_world.sql @@ -0,0 +1,12 @@ +ALTER TABLE `game_event_battleground_holiday` + CHANGE `eventEntry` `EventEntry` TINYINT(3) UNSIGNED NOT NULL COMMENT 'game_event EventEntry identifier', + CHANGE `bgflag` `BattlegroundID` INT(3) UNSIGNED DEFAULT 0 NOT NULL; + +TRUNCATE TABLE `game_event_battleground_holiday`; +INSERT INTO `game_event_battleground_holiday` (`EventEntry`, `BattlegroundID`) VALUES +(18, 1), +(19, 2), +(20, 3), +(21, 7), +(53, 9), +(54, 30); diff --git a/sql/updates/world/3.3.5/2020_07_07_01_world.sql b/sql/updates/world/3.3.5/2020_07_07_01_world.sql deleted file mode 100644 index 080e1421c97..00000000000 --- a/sql/updates/world/3.3.5/2020_07_07_01_world.sql +++ /dev/null @@ -1,12 +0,0 @@ -ALTER TABLE `game_event_battleground_holiday` - CHANGE `eventEntry` `EventEntry` TINYINT(3) UNSIGNED NOT NULL COMMENT 'game_event EventEntry identifier', - CHANGE `bgflag` `BattlegroundID` INT(3) UNSIGNED DEFAULT 0 NOT NULL; - -TRUNCATE TABLE `game_event_battleground_holiday`; -INSERT INTO `game_event_battleground_holiday` (`EventEntry`, `BattlegroundID`) VALUES -(18, 1), -(19, 2), -(20, 3), -(21, 7), -(53, 9), -(54, 30); -- cgit v1.2.3