From d7623adf0e6b8c5cdc1e468b89172ed7db63fe92 Mon Sep 17 00:00:00 2001 From: Golrag Date: Thu, 2 Apr 2020 14:38:28 +0200 Subject: Core/Battlegrounds: Use the following fields from DB2/battleground_template data in the Battleground Class: * isArena * name * queueId * min & max players (per team) * map id * script id * start max dist * type id * min & max level * Save the WorldSafeLocsEntry* instead of the Position in the BattlegroundTemplate struct --- sql/updates/world/master/2020_05_02_00_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/master/2020_05_02_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2020_05_02_00_world.sql b/sql/updates/world/master/2020_05_02_00_world.sql new file mode 100644 index 00000000000..1e3403b6d98 --- /dev/null +++ b/sql/updates/world/master/2020_05_02_00_world.sql @@ -0,0 +1,5 @@ +ALTER TABLE `battleground_template` + DROP COLUMN `MinPlayersPerTeam`, + DROP COLUMN `MaxPlayersPerTeam`, + DROP COLUMN `MinLvl`, + DROP COLUMN `MaxLvl`; -- cgit v1.2.3