server/sql/updates/06506_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
308 B
SQL

DELETE FROM spell_proc_event WHERE entry IN (34138,42370,43728,46098);
INSERT INTO spell_proc_event VALUES
(34138,0,0,0,11,0x0000000000000080,0x08000000,0),
(42370,0,0,0,11,0x0000000000000080,0x08000000,0),
(43728,0,0,0,11,0x0000000000000080,0x08000000,0),
(46098,0,0,0,11,0x0000000000000080,0x08000000,0);