server/sql/updates/0.8/4582_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

9 lines
339 B
SQL

-- Cleanup
DELETE FROM `spell_affect` WHERE `entry` IN (28787);
-- Correct data
DELETE FROM `spell_affect` WHERE `entry` IN (37878,37879,37880);
INSERT INTO `spell_affect` VALUES
(37878, 0, 0, 0x00, 0, 0, 0, 0x00000010000000F0, 0),
(37879, 0, 0, 0x00, 0, 0, 0, 0x00000000C0006000, 0),
(37880, 0, 0, 0x00, 0, 0, 0, 0x0000000411041E40, 0);