mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
6 lines
409 B
SQL
6 lines
409 B
SQL
DELETE FROM `spell_proc_event` WHERE `entry` IN (56337, 56336, 56333);
|
|
INSERT INTO `spell_proc_event` VALUES
|
|
(56337, 0x00, 9, 0x00000004, 0x00000000, 0x00000200, 0x00022200, 0x0000000, 0.000000, 0.000000, 0),
|
|
(56336, 0x00, 9, 0x00000004, 0x00000000, 0x00000200, 0x00022200, 0x0000000, 0.000000, 0.000000, 0),
|
|
(56333, 0x00, 9, 0x00000004, 0x00000000, 0x00000200, 0x00022200, 0x0000000, 0.000000, 0.000000, 0);
|