server/sql/updates/5771_mangos_spell_learn_spell.sql

9 lines
217 B
SQL

ALTER TABLE spell_learn_spell
DROP IfNoSpell;
DELETE FROM spell_learn_spell WHERE entry IN (34769,13819,5784);
INSERT INTO spell_learn_spell (entry,spellID) VALUES
(34769,33388),
(13819,33388),
(5784,33388);