diff options
| author | tlexii <none@none> | 2009-06-25 14:09:16 +0200 |
|---|---|---|
| committer | tlexii <none@none> | 2009-06-25 14:09:16 +0200 |
| commit | bbc1578ab5e4039e9e496df417101262afde36a7 (patch) | |
| tree | a9aa3b8c7f578961c5cc9d206f8055eed86dc449 /sql/updates | |
| parent | d234b35a0c18d7f3b3120483ebe6845be22bead3 (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.sql | 4 |
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'); |
