From e3eecc4de5ac34d042577df8e3937465ed297938 Mon Sep 17 00:00:00 2001 From: QAston Date: Fri, 28 Aug 2009 14:23:31 +0200 Subject: *spell_bonus_data for Judgement of Corruption/Vengeance. --HG-- branch : trunk --- sql/updates/5441_world_spell_bonus_data.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/5441_world_spell_bonus_data.sql (limited to 'sql/updates') 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 -- cgit v1.2.3