aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authortlexii <none@none>2009-06-25 14:09:16 +0200
committertlexii <none@none>2009-06-25 14:09:16 +0200
commitbbc1578ab5e4039e9e496df417101262afde36a7 (patch)
treea9aa3b8c7f578961c5cc9d206f8055eed86dc449 /sql/updates
parentd234b35a0c18d7f3b3120483ebe6845be22bead3 (diff)
*Fix Conflagrate damage calculation formula
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/4234_world_spell_bonus_data_TDB.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/4234_world_spell_bonus_data_TDB.sql b/sql/updates/4234_world_spell_bonus_data_TDB.sql
new file mode 100644
index 00000000000..96673ed3a7c
--- /dev/null
+++ b/sql/updates/4234_world_spell_bonus_data_TDB.sql
@@ -0,0 +1,4 @@
+DELETE FROM `spell_bonus_data` WHERE `entry`='17962';
+
+INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `comments`) VALUES
+('17962', '0', '0', '0', 'Warlock - Conflagrate');