aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSubv <s.v.h21@hotmail.com>2012-04-14 11:14:38 -0500
committerSubv <s.v.h21@hotmail.com>2012-04-14 11:14:38 -0500
commitb7a9db16d6051889d3a6fb38d10db5e8a672b7ed (patch)
tree1cbc18ab4ccbec181c95b5b7bc04d6af9a3eb26b
parenta3bdaf7e6d614f081ddc073aa6cec3e158f8617f (diff)
Spells/Bonus: Fixed spell power bonus of Lava Burst, taken from DrDamage and verified
Closes #1819
-rw-r--r--sql/updates/world/2012_04_14_03_world_spell_bonus_data.sql1
1 files changed, 1 insertions, 0 deletions
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;