server/sql/updates/0.10/5366_mangos_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
364 B
SQL

DELETE FROM `spell_proc_event` WHERE `entry` IN (35541,35550,35551,35552,35553);
INSERT INTO `spell_proc_event` VALUES
(35541,0,0,0,0,0x0000000000000000,0x00000001,0),
(35550,0,0,0,0,0x0000000000000000,0x00000001,0),
(35551,0,0,0,0,0x0000000000000000,0x00000001,0),
(35552,0,0,0,0,0x0000000000000000,0x00000001,0),
(35553,0,0,0,0,0x0000000000000000,0x00000001,0);