From 92d44837ca4622bb3370e38b08c3abfe0414d8a7 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Sun, 2 Jun 2019 12:29:29 +0200 Subject: [PATCH] DB: fixed a typo in last commit --- sql/updates/world/custom/custom_2019_06_02_00_world.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/updates/world/custom/custom_2019_06_02_00_world.sql b/sql/updates/world/custom/custom_2019_06_02_00_world.sql index 294f2f2a08d..3bdc55be869 100644 --- a/sql/updates/world/custom/custom_2019_06_02_00_world.sql +++ b/sql/updates/world/custom/custom_2019_06_02_00_world.sql @@ -1,3 +1,3 @@ DELETE FROM `spell_bonus_data` WHERE `entry`= 974; INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `comments`) VALUES -(974, 0.538, 'Shaman - Earth Shield'); +(974, 1, 'Shaman - Earth Shield');