repo.or.cz
/
getmangos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[10051] Fixed talent 58426 broken after 3.3.3 switch.
[getmangos.git]
/
sql
/
updates
/
09747_01_mangos_battleground_template.sql
blob
0181e817188ead49a4192fb6cbdadefbc1e79807
1
ALTER TABLE db_version CHANGE COLUMN required_9735_02_mangos_spell_chain required_9747_01_mangos_battleground_template bit;
2
3
UPDATE battleground_template
4
SET MinPlayersPerTeam=5, MaxPlayersPerTeam=5 WHERE id IN (4,5,6,8,32);