mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
9 lines
215 B
SQL
9 lines
215 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);
|