diff options
| author | megamage <none@none> | 2009-07-30 11:15:04 +0800 |
|---|---|---|
| committer | megamage <none@none> | 2009-07-30 11:15:04 +0800 |
| commit | 61162312231f1722cbb3f1464704bfa74ed30369 (patch) | |
| tree | 60dbeabc1b08ebdcf431ee5d41195fe60944af46 /sql/updates | |
| parent | 66a05b6be05351a8ab36126129de8b1969b84279 (diff) | |
[8247] Some data for `spell_bonus_data` for DK spells. Author: nos4r2zod
I found TC seems to have these data. In the future *.tbd is used for review. Please do not apply them.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/8247_01_mangos_spell_bonus_data.sql.tbd | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sql/updates/8247_01_mangos_spell_bonus_data.sql.tbd b/sql/updates/8247_01_mangos_spell_bonus_data.sql.tbd new file mode 100644 index 00000000000..9af02b45d51 --- /dev/null +++ b/sql/updates/8247_01_mangos_spell_bonus_data.sql.tbd @@ -0,0 +1,18 @@ +ALTER TABLE db_version CHANGE COLUMN required_8237_01_mangos_creature_template required_8247_01_mangos_spell_bonus_data bit; + +DELETE FROM `spell_bonus_data` where entry in (49941, 55078, 50444, 52212, 47632, 47633, 55095, 49184, 45477, 45477, 50842, 47476, 50536, 50401, 56903); +INSERT INTO `spell_bonus_data`(`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `comments`) VALUES +(49941, 0, 0, 0.04, "Death Knight - Blood Boil"), +(55078, 0, 0, 0.055, "Death Knight - Blood Plague Dummy Proc"), +(50444, 0, 0, 0.105, "Death Knight - Corpse Explosion Triggered"), +(52212, 0, 0, 0.0475, "Death Knight - Death and Decay Triggered"), +(47632, 0, 0, 0.15, "Death Knight - Death Coil Damage"), +(47633, 0, 0, 0.15, "Death Knight - Death Coil Heal"), +(55095, 0, 0, 0.055, "Death Knight - Frost Fever"), +(49184, 0, 0, 0.1, "Death Knight - Howling Blast"), +(45477, 0, 0, 0.1, "Death Knight - Icy Touch"), +(50842, 0, 0, 0.04, "Death Knight - Pestilence"), +(47476, 0, 0, 0.06, "Death Knight - Strangulate"), +(50536, 0, 0, 0.013, "Death Knight - Unholy Blight Triggered"), +(50401, 0, 0, 0, "Death Knight - Razor Frost"), +(56903, 0, 0, 0, "Death Knight - Lichflame"); |
