mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 16:10:49 +01:00
6 lines
335 B
SQL
6 lines
335 B
SQL
DELETE FROM `spell_proc_event` WHERE `entry` IN (55198, 34026);
|
|
INSERT INTO `spell_proc_event` VALUES
|
|
-- Tidial Force
|
|
(55198, 0x00, 11, 0x000001C0, 0x00000000, 0x00000000, 0x00004000, 0x00000002, 0.000000, 0.000000, 0),
|
|
-- Kill Command
|
|
(34026, 0x00, 9, 0x00000000, 0x10000000, 0x00000000, 0x0000000, 0x00000000, 0.000000, 0.000000, 0); |