diff options
| author | QAston <none@none> | 2009-03-08 01:16:57 +0100 |
|---|---|---|
| committer | QAston <none@none> | 2009-03-08 01:16:57 +0100 |
| commit | 63b4a12251345f6bd7c4e85d9acc63ad6ca64cb9 (patch) | |
| tree | 68f029d11c257bf679de917acae798add5f92c87 /sql/updates | |
| parent | bbd030032e7428195d1dc6da36958562fa887a5f (diff) | |
*Fix Incanter's Absorption.
*Fix Devastate and Improved Fear- by Lightguard.
*Fix Glyph of devastate.
*Add spell coeficient-by cccyril.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/1725_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/1725_world.sql b/sql/updates/1725_world.sql new file mode 100644 index 00000000000..9758dd0a678 --- /dev/null +++ b/sql/updates/1725_world.sql @@ -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);
\ No newline at end of file |
