From aef5f8ee6dc998780ca3006b3dd3c66dd0dc6d59 Mon Sep 17 00:00:00 2001 From: ariel- Date: Tue, 23 Jan 2018 11:38:48 -0300 Subject: DB/Spell: Fix Lifebloom coefficient Closes #21297 --- sql/updates/world/3.3.5/2018_01_23_00_world_335.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_01_23_00_world_335.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2018_01_23_00_world_335.sql b/sql/updates/world/3.3.5/2018_01_23_00_world_335.sql new file mode 100644 index 00000000000..6c643caf723 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_01_23_00_world_335.sql @@ -0,0 +1,2 @@ +UPDATE `spell_bonus_data` SET `direct_bonus`=0 WHERE `entry`=33763; +UPDATE `spell_bonus_data` SET `direct_bonus`=0.51623296 WHERE `entry`=33778; -- cgit v1.2.3