From 045bf5163b33599429f91290ff2edb702f186efb Mon Sep 17 00:00:00 2001 From: Shauren Date: Wed, 28 Jul 2010 12:57:00 +0200 Subject: Fixed spellpower coef for Lifebloom final heal --HG-- branch : trunk --- sql/updates/9063_world_spell_bonus_data.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/9063_world_spell_bonus_data.sql (limited to 'sql/updates') diff --git a/sql/updates/9063_world_spell_bonus_data.sql b/sql/updates/9063_world_spell_bonus_data.sql new file mode 100644 index 00000000000..78b87493041 --- /dev/null +++ b/sql/updates/9063_world_spell_bonus_data.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_bonus_data` WHERE `entry`=33778; +INSERT INTO `spell_bonus_data` (`entry`,`direct_bonus`,`dot_bonus`,`ap_bonus`,`ap_dot_bonus`,`comments`) VALUES +(33778,0.589714,0,0,0, 'Druid - Lifebloom final heal'); -- cgit v1.2.3