server/sql/updates/0.7/4010_spell_proc_event.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

10 lines
454 B
SQL

DELETE FROM `spell_proc_event` WHERE `entry` IN ( '31830','31829','31828');
INSERT INTO `spell_proc_event` VALUES
('31828', '0', '0', '0', '0', '32768', '0'),
('31829', '0', '0', '0', '0', '32768', '0'),
('31830', '0', '0', '0', '0', '32768', '0');
DELETE FROM `spell_proc_event` WHERE `entry` IN ( '33776','31785');
INSERT INTO `spell_proc_event` VALUES
('31785', '0', '0', '0', '0', '536870912', '0'),
('33776', '0', '0', '0', '0', '536870912', '0');