aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authortobmaps <spambot42@yandex.ru>2011-05-10 22:28:28 +0700
committertobmaps <spambot42@yandex.ru>2011-05-10 22:28:28 +0700
commit8fc000b216bd1bb1935bf226b085acd2a6299fe7 (patch)
treef2db335886e98eb32138e0f8d3b8c1ecdd3bffe1 /sql/updates
parentd49f535949cc75686aa4eee5c16e004cf0e7b87e (diff)
Core/Spells: Fixed damage from warlock's Death Coil
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2011_05_10_03_world_spell_bonus_data.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2011_05_10_03_world_spell_bonus_data.sql b/sql/updates/world/2011_05_10_03_world_spell_bonus_data.sql
new file mode 100644
index 00000000000..b5885ef86a0
--- /dev/null
+++ b/sql/updates/world/2011_05_10_03_world_spell_bonus_data.sql
@@ -0,0 +1 @@
+UPDATE `spell_bonus_data` SET `direct_bonus` = 0.2143 WHERE `entry` = 6789;