mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 04:37:04 +00:00
[9747] Fixed bg template max/min per team values
This commit is contained in:
parent
822ec31cb9
commit
dbfb1fc8ef
5 changed files with 14 additions and 8 deletions
4
sql/updates/9747_01_mangos_battleground_template.sql
Normal file
4
sql/updates/9747_01_mangos_battleground_template.sql
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
ALTER TABLE db_version CHANGE COLUMN required_9735_02_mangos_spell_chain required_9747_01_mangos_battleground_template bit;
|
||||
|
||||
UPDATE battleground_template
|
||||
SET MinPlayersPerTeam=5, MaxPlayersPerTeam=5 WHERE id IN (4,5,6,8,32);
|
||||
Loading…
Add table
Add a link
Reference in a new issue