[7297] Fixed profession spells sorting in trainer spell list at client.
[getmangos.git] / sql / updates / 7026_01_mangos_battleground_template.sql
blob9da034c3ec5c612a4357ca5b4e80fb98ce2127fb
1 ALTER TABLE db_version CHANGE COLUMN required_7024_01_mangos_spell_chain required_7026_01_mangos_battleground_template bit;
3 DELETE FROM battleground_template WHERE id IN (9,10,11);
4 INSERT INTO battleground_template VALUES
5 (9,0,0,0,0,1367,0,1368,0),
6 (10,5,5,10,80,1362,0,1363,0),
7 (11,5,5,10,80,1364,0,1365,0);