From 15632fc81aeedc6e1714edb2383d55049d6c9089 Mon Sep 17 00:00:00 2001 From: tobmaps Date: Thu, 12 May 2011 18:06:16 +0700 Subject: Core/Spells: Fix spell power coefficient for Prayer of Healing --- sql/updates/world/2011_05_12_08_world_bonus_data.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2011_05_12_08_world_bonus_data.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2011_05_12_08_world_bonus_data.sql b/sql/updates/world/2011_05_12_08_world_bonus_data.sql new file mode 100644 index 00000000000..d72932f35b3 --- /dev/null +++ b/sql/updates/world/2011_05_12_08_world_bonus_data.sql @@ -0,0 +1 @@ +UPDATE `spell_bonus_data` SET `direct_bonus` = 0.526 WHERE `entry` = 596; -- cgit v1.2.3