mirror of
https://github.com/mangosfour/server.git
synced 2025-12-20 16:37:04 +00:00
7 lines
369 B
SQL
7 lines
369 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,0x00010000C0000000,0x10000000,0),
|
|
(20212,0,0,0,10,0x00010000C0000000,0x10000000,0),
|
|
(20213,0,0,0,10,0x00010000C0000000,0x10000000,0),
|
|
(20214,0,0,0,10,0x00010000C0000000,0x10000000,0),
|
|
(20215,0,0,0,10,0x00010000C0000000,0x10000000,0);
|