aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorariel- <ariel-@users.noreply.github.com>2018-01-23 11:38:48 -0300
committerGitHub <noreply@github.com>2018-01-23 11:38:48 -0300
commitaef5f8ee6dc998780ca3006b3dd3c66dd0dc6d59 (patch)
treed018a886e748790f0bb36e9dd28a0d0118e8e13b
parentc099174ff777d1bf5061f5cdc197ff17bd83fbb7 (diff)
DB/Spell: Fix Lifebloom coefficient
Closes #21297
-rw-r--r--sql/updates/world/3.3.5/2018_01_23_00_world_335.sql2
1 files changed, 2 insertions, 0 deletions
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;