aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorRamusik <nikson.91@mail.ru>2011-07-15 20:04:18 +0700
committertobmaps <spambot42@yandex.ru>2011-07-15 20:04:18 +0700
commit37185c77494a7e708c94077e0d2a9a07acc49d51 (patch)
tree770bb9a1bd30d7aa56121009fe2d0826b4283f58 /sql/updates
parente1c7d95699c823ca380a04965010809ac0a75fd3 (diff)
Core/Spells: Fix Divine Hymn spell power coefficients
Closes #438
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2011_07_15_02_world_spell_bonus_data.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2011_07_15_02_world_spell_bonus_data.sql b/sql/updates/world/2011_07_15_02_world_spell_bonus_data.sql
new file mode 100644
index 00000000000..004f3597df2
--- /dev/null
+++ b/sql/updates/world/2011_07_15_02_world_spell_bonus_data.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_bonus_data` WHERE `entry` = 64844;
+INSERT INTO `spell_bonus_data` VALUES
+(64844, 0.5483, -1, -1, -1, 'Priest - Divine Hymn');