server/sql/updates/0.7/4037_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

8 lines
311 B
SQL

DELETE FROM `spell_proc_event` WHERE `entry` IN ( 32385, 32387, 32392, 32393, 32394 );
INSERT INTO `spell_proc_event` VALUES
(32385,0,0,0,6,73014445058,16384,0),
(32387,0,0,0,6,73014445058,16384,0),
(32392,0,0,0,6,73014445058,16384,0),
(32393,0,0,0,6,73014445058,16384,0),
(32394,0,0,0,6,73014445058,16384,0);