mirror of
https://github.com/mangosfour/server.git
synced 2025-12-20 16:37:04 +00:00
11 lines
474 B
SQL
11 lines
474 B
SQL
DELETE FROM `spell_affect` WHERE `entry` IN (31579,31582,31583) AND `effectId`=0;
|
|
INSERT INTO `spell_affect` VALUES
|
|
(31579,0,0,0,0,0,0,0x0000000000200000,0),
|
|
(31582,0,0,0,0,0,0,0x0000000000200000,0),
|
|
(31583,0,0,0,0,0,0,0x0000000000200000,0);
|
|
|
|
DELETE FROM `spell_affect` WHERE `entry` IN (20237,20238,20239);
|
|
INSERT INTO `spell_affect` VALUES
|
|
(20237,0,0,0,0,0,0,0x0000000000006000,0),
|
|
(20238,0,0,0,0,0,0,0x0000000000006000,0),
|
|
(20239,0,0,0,0,0,0,0x0000000000006000,0);
|