diff options
| author | QAston <none@none> | 2009-08-28 14:23:31 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-08-28 14:23:31 +0200 |
| commit | e3eecc4de5ac34d042577df8e3937465ed297938 (patch) | |
| tree | d29b1370c2c0aa2cb9115cdff37321a7aac68ab0 /sql/updates | |
| parent | dc83c7759bbb6331637400b8feee4fcab9ba26bb (diff) | |
*spell_bonus_data for Judgement of Corruption/Vengeance.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/5441_world_spell_bonus_data.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/5441_world_spell_bonus_data.sql b/sql/updates/5441_world_spell_bonus_data.sql new file mode 100644 index 00000000000..fa8865171de --- /dev/null +++ b/sql/updates/5441_world_spell_bonus_data.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_bonus_data` WHERE `entry` IN(53733, 31804); +INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES +(53733, 0.22, -1, 0.14, -1, 'Paladin - Judgement of Corruption'), +(31804, 0.22, -1, 0.14, -1, 'Paladin - Judgement of Vengeance');
\ No newline at end of file |
