server/sql/updates/0.10/5121_mangos_spell_affect.sql
freghar 95840fd2c3 Removed trailing whitespaces and CRLFs
With /contrib/ and /dep/ excluded.

Signed-off-by: freghar <compmancz@gmail.com>
2008-10-22 11:52:03 +02:00

33 lines
1.3 KiB
SQL

DELETE FROM `spell_affect` WHERE `entry` IN (11071,12496);
INSERT INTO `spell_affect` VALUES
(11071,0,0,0,0,0,0,0x0000000000100000,0),
(12496,0,0,0,0,0,0,0x0000000000100000,0);
DELETE FROM `spell_affect` WHERE `entry` IN (16578,16579,16580,16581,16582);
INSERT INTO `spell_affect` VALUES
(16578,0,0,0,0,0,0,0x0000000000000003,0),
(16579,0,0,0,0,0,0,0x0000000000000003,0),
(16580,0,0,0,0,0,0,0x0000000000000003,0),
(16581,0,0,0,0,0,0,0x0000000000000003,0),
(16582,0,0,0,0,0,0,0x0000000000000003,0);
DELETE FROM `spell_affect` WHERE `entry` IN (16194,16218,16219,16220,16221);
INSERT INTO `spell_affect` VALUES
(16194,0,0,0,0,0,0,0x00000000000001C3,0),
(16218,0,0,0,0,0,0,0x00000000000001C3,0),
(16219,0,0,0,0,0,0,0x00000000000001C3,0),
(16220,0,0,0,0,0,0,0x00000000000001C3,0),
(16221,0,0,0,0,0,0,0x00000000000001C3,0);
DELETE FROM spell_affect WHERE entry IN (16934,16935,16936,16937,16938);
INSERT INTO `spell_affect` VALUES
(16934,0,0,0,0,0,0,0x0010004000000800,0),
(16934,1,0,0,0,0,0,0x0000040000001000,0),
(16935,0,0,0,0,0,0,0x0010004000000800,0),
(16935,1,0,0,0,0,0,0x0000040000001000,0),
(16936,0,0,0,0,0,0,0x0010004000000800,0),
(16936,1,0,0,0,0,0,0x0000040000001000,0),
(16937,0,0,0,0,0,0,0x0010004000000800,0),
(16937,1,0,0,0,0,0,0x0000040000001000,0),
(16938,0,0,0,0,0,0,0x0010004000000800,0),
(16938,1,0,0,0,0,0,0x0000040000001000,0);