From 1b8c9216ba75a4d83ef23935818502f7637fa5d2 Mon Sep 17 00:00:00 2001 From: AzerothCoreBot Date: Tue, 3 Jan 2023 20:56:45 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 6a5a6e24533aabe7f14bce58b342567b43964f1b --- .../eots-maxdist.sql => db_world/2023_01_03_03.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/eots-maxdist.sql => db_world/2023_01_03_03.sql} (89%) diff --git a/data/sql/updates/pending_db_world/eots-maxdist.sql b/data/sql/updates/db_world/2023_01_03_03.sql similarity index 89% rename from data/sql/updates/pending_db_world/eots-maxdist.sql rename to data/sql/updates/db_world/2023_01_03_03.sql index c672f26ea..fccbcb786 100644 --- a/data/sql/updates/pending_db_world/eots-maxdist.sql +++ b/data/sql/updates/db_world/2023_01_03_03.sql @@ -1,3 +1,4 @@ +-- DB update 2023_01_03_02 -> 2023_01_03_03 DELETE FROM `battleground_template` WHERE `ID`=7; INSERT INTO `battleground_template` (`ID`, `MinPlayersPerTeam`, `MaxPlayersPerTeam`, `MinLvl`, `MaxLvl`, `AllianceStartLoc`, `AllianceStartO`, `HordeStartLoc`, `HordeStartO`, `StartMaxDist`, `Weight`, `ScriptName`, `Comment`) VALUES (7, 8, 15, 61, 80, 1103, 3.03123, 1104, 0.055761, 10, 1, '', 'Eye of The Storm (battleground)');