server/sql/updates/6941_01_mangos_spell_learn_spell.sql
GriffonHeart 2c1c58a44c [6941] Data for spell_learn_spell for new class specific enchanting ability.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2008-12-25 02:32:33 +03:00

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);