mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +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'.
18 lines
No EOL
478 B
SQL
18 lines
No EOL
478 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_7193_01_mangos_mangos_string required_7196_01_mangos_spell_chain bit;
|
|
|
|
INSERT INTO spell_chain VALUES
|
|
/*Tranquility*/
|
|
(44203, 0,44203,1,0),
|
|
(44205,44203,44203,2,0),
|
|
(44206,44205,44203,3,0),
|
|
(44207,44206,44203,4,0),
|
|
(44208,44207,44203,5,0),
|
|
(48444,44208,44203,6,0),
|
|
(48445,48444,44203,7,0),
|
|
|
|
/*Hurricane*/
|
|
(42231, 0,42231,1,0),
|
|
(42232,42231,42231,2,0),
|
|
(42233,42232,42231,3,0),
|
|
(42230,42233,42231,4,0),
|
|
(48466,42230,42231,5,0); |