diff options
| author | ariel- <ariel-@users.noreply.github.com> | 2018-01-23 11:38:48 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-23 11:38:48 -0300 |
| commit | aef5f8ee6dc998780ca3006b3dd3c66dd0dc6d59 (patch) | |
| tree | d018a886e748790f0bb36e9dd28a0d0118e8e13b | |
| parent | c099174ff777d1bf5061f5cdc197ff17bd83fbb7 (diff) | |
DB/Spell: Fix Lifebloom coefficient
Closes #21297
| -rw-r--r-- | sql/updates/world/3.3.5/2018_01_23_00_world_335.sql | 2 |
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; |
