From 3409ddf1a86f31ebc4fca3fa5ca4fb606fed14eb Mon Sep 17 00:00:00 2001 From: Anubisss Date: Sun, 26 Jul 2009 03:25:18 +0200 Subject: *Correct damage for Shield of Righteousness. --HG-- branch : trunk --- sql/FULL/world_spell_full.sql | 1 - sql/updates/4598_world_spell_bonus_data.sql | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 sql/updates/4598_world_spell_bonus_data.sql (limited to 'sql') diff --git a/sql/FULL/world_spell_full.sql b/sql/FULL/world_spell_full.sql index 980c29c9fd8..88b6d86de66 100644 --- a/sql/FULL/world_spell_full.sql +++ b/sql/FULL/world_spell_full.sql @@ -1630,7 +1630,6 @@ INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus` (25742, 0.07, -1, 0.039, -1, 'Paladin - Seal of Righteousness Dummy Proc'), (53719, 0, 0, 0, 0, 'Paladin - Seal of the Martyr Proc Enemy'), (53718, 0, 0, 0, 0, 'Paladin - Seal of the Martyr Proc Self'), -(53600, 0, 0, 0, 0, 'Paladin - Shield of Righteousness'), (32546, 0.8068, -1, -1, -1, 'Priest - Binding Heal'), (27813, 0, 0, 0, 0, 'Priest - Blessed Recovery Rank 1'), (34861, 0.402, -1, -1, -1, 'Priest - Circle of Healing'), diff --git a/sql/updates/4598_world_spell_bonus_data.sql b/sql/updates/4598_world_spell_bonus_data.sql new file mode 100644 index 00000000000..0127e88b5a7 --- /dev/null +++ b/sql/updates/4598_world_spell_bonus_data.sql @@ -0,0 +1 @@ +DELETE FROM `spell_bonus_data` WHERE `entry` = 53600; -- cgit v1.2.3