mirror of
https://github.com/mangosfour/server.git
synced 2025-12-21 19:37:02 +00:00
6 lines
245 B
SQL
6 lines
245 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_6940_01_mangos_spell_learn_spell required_6941_01_mangos_spell_learn_spell bit;
|
|
|
|
DELETE FROM spell_learn_spell WHERE entry = 53428;
|
|
INSERT INTO spell_learn_spell VALUES
|
|
(53428,53341),
|
|
(53428,53343);
|