From 8ab5a04b7f346b9a7f3efa207639289b8a7fae12 Mon Sep 17 00:00:00 2001 From: Shauren Date: Mon, 25 Oct 2010 12:17:26 +0200 Subject: Core/Spells: Fixed coefficient of Frostbolt, by A.Metaphysical.Drama Closes issue #4386. --HG-- branch : trunk --- sql/updates/10307_world_spell_bonus_data.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/10307_world_spell_bonus_data.sql (limited to 'sql/updates') diff --git a/sql/updates/10307_world_spell_bonus_data.sql b/sql/updates/10307_world_spell_bonus_data.sql new file mode 100644 index 00000000000..4aa579e855c --- /dev/null +++ b/sql/updates/10307_world_spell_bonus_data.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_bonus_data` WHERE `entry`=116; +INSERT INTO `spell_bonus_data` (`entry`,`direct_bonus`,`dot_bonus`,`ap_bonus`,`ap_dot_bonus`,`comments`) VALUES +(116,0.857,-1,-1,-1, 'Mage - Frostbolt'); -- cgit v1.2.3