From bbc1578ab5e4039e9e496df417101262afde36a7 Mon Sep 17 00:00:00 2001 From: tlexii Date: Thu, 25 Jun 2009 14:09:16 +0200 Subject: *Fix Conflagrate damage calculation formula --HG-- branch : trunk --- sql/updates/4234_world_spell_bonus_data_TDB.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/4234_world_spell_bonus_data_TDB.sql (limited to 'sql/updates') 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'); -- cgit v1.2.3