mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 19:37:07 +00:00
7 lines
297 B
SQL
7 lines
297 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_10217_03_mangos_spell_learn_spell required_10217_04_mangos_spell_chain bit;
|
|
|
|
-- 21084 replace of 20154 at learn judgements
|
|
DELETE FROM spell_chain WHERE first_spell = 20154;
|
|
INSERT INTO spell_chain VALUES
|
|
(20154,0,20154,1,0),
|
|
(21084,20154,20154,2,0);
|