diff options
| author | Anubisss <none@none> | 2010-05-16 18:49:51 +0200 |
|---|---|---|
| committer | Anubisss <none@none> | 2010-05-16 18:49:51 +0200 |
| commit | 0f0619ae0bb548f2b35c1a0e3b5286a083f331d4 (patch) | |
| tree | 96a28aa78c05a88affd54a6d41be2f154b8be3f7 /sql/updates | |
| parent | 9771757c4c9c2210a258e9bf477f06a4981d4794 (diff) | |
Fix spell Improved Devouring Plague's damage.
Core part of the patch by PrinceCreed.
SQL part of the patch by sinka.isi.
Fixes issue #1965.
Closes issue #1004.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/8215_world_spell_bonus_data.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/8215_world_spell_bonus_data.sql b/sql/updates/8215_world_spell_bonus_data.sql new file mode 100644 index 00000000000..7bdf1bc0b6c --- /dev/null +++ b/sql/updates/8215_world_spell_bonus_data.sql @@ -0,0 +1,3 @@ +DELETE FROM spell_bonus_data WHERE entry = 63675; +INSERT INTO spell_bonus_data (entry, direct_bonus, dot_bonus, ap_bonus, ap_dot_bonus, comments) VALUES +(63675, 0, 0, 0, 0, 'Priest - Improved Devouring Plague'); |
