mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
6 lines
165 B
SQL
6 lines
165 B
SQL
DELETE FROM spell_learn_spell WHERE entry IN (23161,23214,34767);
|
|
|
|
INSERT INTO spell_learn_spell (entry,spellID) VALUES
|
|
(23161,33391),
|
|
(23214,33391),
|
|
(34767,33391);
|