mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 19:37:07 +00:00
15 lines
489 B
SQL
15 lines
489 B
SQL
DELETE FROM `spell_chain` WHERE `spell_id` IN (9787,9788,17039,17040,17041,10656,10658,10660,20219,20222,26797,26798,26801);
|
|
INSERT INTO `spell_chain` (`spell_id`, `prev_spell`, `first_spell`, `rank`) VALUES
|
|
(9787,29844,2018,6),
|
|
(9788,29844,2018,6),
|
|
(17039,9787,2018,7),
|
|
(17040,9787,2018,7),
|
|
(17041,9787,2018,7),
|
|
(10656,32549,2108,6),
|
|
(10658,32549,2108,6),
|
|
(10660,32549,2108,6),
|
|
(20219,30350,4036,6),
|
|
(20222,30350,4036,6),
|
|
(26797,26790,3908,6),
|
|
(26798,26790,3908,6),
|
|
(26801,26790,3908,6);
|