mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
7 lines
326 B
SQL
7 lines
326 B
SQL
DELETE FROM `spell_affect` WHERE `entry` IN (17815,17833,17834,17835,17836);
|
|
INSERT INTO `spell_affect` VALUES
|
|
(17815,0,0,0,0,0,0,0x0000000000000004,0),
|
|
(17833,0,0,0,0,0,0,0x0000000000000004,0),
|
|
(17834,0,0,0,0,0,0,0x0000000000000004,0),
|
|
(17835,0,0,0,0,0,0,0x0000000000000004,0),
|
|
(17836,0,0,0,0,0,0,0x0000000000000004,0);
|