mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
6 lines
323 B
SQL
6 lines
323 B
SQL
-- Furious Attacks
|
|
DELETE FROM `spell_proc_event` WHERE `entry` IN (46910, 46911);
|
|
INSERT INTO `spell_proc_event` VALUES
|
|
(46910, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000001, 5.5000000, 0.000000, 0),
|
|
(46911, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000001, 7.5000000, 0.000000, 0);
|