mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 19:37:07 +00:00
You can still used its (for example to upgrade DB from 0.12 state) but its will not included in installed sql updates list at Unix/Linus for speedup 'make install'.
7 lines
310 B
SQL
7 lines
310 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_7024_01_mangos_spell_chain required_7026_01_mangos_battleground_template bit;
|
|
|
|
DELETE FROM battleground_template WHERE id IN (9,10,11);
|
|
INSERT INTO battleground_template VALUES
|
|
(9,0,0,0,0,1367,0,1368,0),
|
|
(10,5,5,10,80,1362,0,1363,0),
|
|
(11,5,5,10,80,1364,0,1365,0);
|