mirror of
https://github.com/mangosfour/server.git
synced 2025-12-20 16:37:04 +00:00
8 lines
351 B
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);
|