server/sql/updates/0.10/4951_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

21 lines
869 B
SQL

DELETE FROM `spell_affect` WHERE `entry` IN (19498,19499,19500);
INSERT INTO `spell_affect` VALUES
(19498,0,0,0,0,0,0,0x00210810007FA01,0),
(19499,0,0,0,0,0,0,0x00210810007FA01,0),
(19500,0,0,0,0,0,0,0x00210810007FA01,0);
DELETE FROM `spell_affect` WHERE `entry` IN (19416,19417,19418,19419,19420);
INSERT INTO `spell_affect` VALUES
(19416,0,0,0,0,0,0,0x00210810007FA00,0),
(19417,0,0,0,0,0,0,0x00210810007FA00,0),
(19418,0,0,0,0,0,0,0x00210810007FA00,0),
(19419,0,0,0,0,0,0,0x00210810007FA00,0),
(19420,0,0,0,0,0,0,0x00210810007FA00,0);
DELETE FROM `spell_affect` WHERE `entry` IN (19485,19487,19488,19489,19490);
INSERT INTO `spell_affect` VALUES
(19485,0,0,0,0,0,0,0x000000100061801,0),
(19487,0,0,0,0,0,0,0x000000100061801,0),
(19488,0,0,0,0,0,0,0x000000100061801,0),
(19489,0,0,0,0,0,0,0x000000100061801,0),
(19490,0,0,0,0,0,0,0x000000100061801,0);