mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 10:56:38 +01:00
*Fix Furious Attacks proc. By Darwin.
--HG-- branch : trunk
This commit is contained in:
5
sql/updates/1957_word.sql
Normal file
5
sql/updates/1957_word.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- 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);
|
||||
@@ -85,4 +85,5 @@ INSTALL(FILES
|
||||
1912_world.sql
|
||||
1927_world.sql
|
||||
1939_word.sql
|
||||
1957_word.sql
|
||||
DESTINATION share/trinity/sql/updates)
|
||||
Reference in New Issue
Block a user