mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 01:37:02 +00:00
15 lines
496 B
SQL
15 lines
496 B
SQL
DELETE FROM `spell_chain` WHERE `spell_id` IN (26790,27028,28029,28596,28695,28897,29354,29844,30350,32549,32678,33095,33359);
|
|
INSERT INTO `spell_chain` (`spell_id`, `prev_spell`, `first_spell`, `rank`) VALUES
|
|
(26790,12180,3908,5),
|
|
(27028,10846,3273,5),
|
|
(28029,13920,7411,5),
|
|
(28596,11611,2259,5),
|
|
(28695,11993,2366,5),
|
|
(28897,28895,25229,5),
|
|
(29354,10248,2575,5),
|
|
(29844,9785,2018,5),
|
|
(30350,12656,4036,5),
|
|
(32549,10662,2108,5),
|
|
(32678,10768,8613,5),
|
|
(33095,18248,7620,5),
|
|
(33359,18260,2550,5);
|