mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 01: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'.
9 lines
335 B
SQL
9 lines
335 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_7503_01_mangos_command required_7536_01_mangos_spell_chain bit;
|
|
|
|
DELETE FROM spell_chain WHERE spell_id in (13819,23214,34769,34767);
|
|
|
|
INSERT INTO `spell_chain` VALUES
|
|
(13819,0, 13819,1,0 ),
|
|
(23214,13819,13819,2,33391),
|
|
(34769,0, 34769,1,0 ),
|
|
(34767,34769,34769,2,33391);
|