Files
mod-azerothshard/modules/mod-as-common/data/sql/db-world-diff/battleground_template___update.sql
Yehonal 6fa0b0f315 Init
2021-06-09 01:15:26 +02:00

8 lines
637 B
SQL

UPDATE `battleground_template` SET `MinPlayersPerTeam` = '10', `Weight` = '0' WHERE `ID` = '1';
UPDATE `battleground_template` SET `MinPlayersPerTeam` = '3', `Weight` = '3' WHERE `ID` = '2';
UPDATE `battleground_template` SET `MinPlayersPerTeam` = '3', `Weight` = '3' WHERE `ID` = '3';
UPDATE `battleground_template` SET `MinPlayersPerTeam` = '3', `Weight` = '3' WHERE `ID` = '7';
UPDATE `battleground_template` SET `MinPlayersPerTeam` = '5' WHERE `ID` = '9';
UPDATE `battleground_template` SET `MinPlayersPerTeam` = '6', `MaxPlayersPerTeam` = '15' WHERE `ID` = '32';
UPDATE `battleground_template` SET `Weight` = '0' WHERE `ID` = '30';