From a2d2732c03df73bcd8c8a6c935c099afaae7212c Mon Sep 17 00:00:00 2001 From: faq_ Date: Sun, 20 May 2012 17:16:03 +0100 Subject: DB/Spells: Lay on Hands shouldn't scale with spell power --- sql/updates/world/2012_05_20_01_world_spell_bonus_data.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2012_05_20_01_world_spell_bonus_data.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2012_05_20_01_world_spell_bonus_data.sql b/sql/updates/world/2012_05_20_01_world_spell_bonus_data.sql new file mode 100644 index 00000000000..7603f7dd938 --- /dev/null +++ b/sql/updates/world/2012_05_20_01_world_spell_bonus_data.sql @@ -0,0 +1,2 @@ +DELETE FROM `spell_bonus_data` WHERE `entry`=633; +INSERT INTO `spell_bonus_data` (`entry`,`comments`) VALUES (633,'Paladin - Lay on Hands'); -- cgit v1.2.3