server/sql/updates/0.10/5326_mangos_spell_affect.sql

8 lines
351 B
SQL

DELETE FROM spell_affect WHERE entry IN (16858,16859,16860);
INSERT INTO spell_affect VALUES
(16858,0,0,0,0,0,0,0x0000000000000008,0),
(16858,1,0,0,0,0,0,0x0000000000800000,0),
(16859,0,0,0,0,0,0,0x0000000000000008,0),
(16859,1,0,0,0,0,0,0x0000000000800000,0),
(16860,0,0,0,0,0,0,0x0000000000000008,0),
(16860,1,0,0,0,0,0,0x0000000000800000,0);