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

7 lines
330 B
SQL

DELETE FROM `spell_proc_event` WHERE `entry` IN ( 20210, 20212, 20213, 20214, 20215 );
INSERT INTO `spell_proc_event` VALUES
(20210,0,0,0,10,3223322624,268435456,0),
(20212,0,0,0,10,3223322624,268435456,0),
(20213,0,0,0,10,3223322624,268435456,0),
(20214,0,0,0,10,3223322624,268435456,0),
(20215,0,0,0,10,3223322624,268435456,0);