mirror of
https://github.com/araxiaonline/mod-azerothshard.git
synced 2026-06-14 02:02:20 -04:00
8 lines
637 B
SQL
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';
|