*Fix Furious Attacks proc. By Darwin.

--HG--
branch : trunk
This commit is contained in:
QAston
2009-03-18 20:02:04 +01:00
parent d50316a731
commit 14f475d2ce
2 changed files with 6 additions and 0 deletions

View 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);

View File

@@ -85,4 +85,5 @@ INSTALL(FILES
1912_world.sql
1927_world.sql
1939_word.sql
1957_word.sql
DESTINATION share/trinity/sql/updates)