mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 11:52:32 +01:00
*Fix Incanter's Absorption.
*Fix Devastate and Improved Fear- by Lightguard. *Fix Glyph of devastate. *Add spell coeficient-by cccyril. --HG-- branch : trunk
This commit is contained in:
5
sql/updates/1725_world.sql
Normal file
5
sql/updates/1725_world.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- Faerie fire
|
||||
INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `comments`) VALUES
|
||||
('60089', '0', '0', '0.05', 'Druid - Faerie Fire (Bear Form)');
|
||||
-- Glyph of Devastate
|
||||
INSERT INTO `spell_proc_event` VALUES (58388, 0x00, 4, 0x00000040, 0x00000000, 0x00000000, 0x00000110, 0x00000000, 0.000000, 0.000000, 0);
|
||||
Reference in New Issue
Block a user