mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
5 lines
144 B
SQL
5 lines
144 B
SQL
DELETE FROM spell_learn_spell WHERE entry IN (33872,33873);
|
|
|
|
INSERT INTO spell_learn_spell (entry,spellID) VALUES
|
|
(33872,47179),
|
|
(33873,47180);
|