From b7a9db16d6051889d3a6fb38d10db5e8a672b7ed Mon Sep 17 00:00:00 2001 From: Subv Date: Sat, 14 Apr 2012 11:14:38 -0500 Subject: Spells/Bonus: Fixed spell power bonus of Lava Burst, taken from DrDamage and verified Closes #1819 --- sql/updates/world/2012_04_14_03_world_spell_bonus_data.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2012_04_14_03_world_spell_bonus_data.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2012_04_14_03_world_spell_bonus_data.sql b/sql/updates/world/2012_04_14_03_world_spell_bonus_data.sql new file mode 100644 index 00000000000..ee081c17078 --- /dev/null +++ b/sql/updates/world/2012_04_14_03_world_spell_bonus_data.sql @@ -0,0 +1 @@ +UPDATE `spell_bonus_data` SET `direct_bonus`=0.8930 WHERE `entry`=51505; -- cgit v1.2.3