mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
4 lines
168 B
SQL
4 lines
168 B
SQL
DELETE FROM spell_affect WHERE entry = 8875 AND effectId = 1 LIMIT 1;
|
|
|
|
INSERT INTO spell_affect ( entry , effectId , SpellFamilyMask ) VALUES
|
|
(8875, 1, 0x40000000000);
|