diff options
| author | ariel- <ariel-@users.noreply.github.com> | 2018-01-17 13:01:18 -0300 |
|---|---|---|
| committer | ariel- <ariel-@users.noreply.github.com> | 2018-01-17 13:01:18 -0300 |
| commit | ab3307fc2373ace51bea93682bc66bc709ca019c (patch) | |
| tree | 2103c4f17a7a0dd64a0a1e567bc17c5db3d78fea /sql/updates | |
| parent | b64c5043140dc7b7908e259e441de16cc0261320 (diff) | |
Core/Scripts: fix some spells double dipping from done/taken bonuses
Closes #21007
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/3.3.5/2018_01_17_00_world_335.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_01_17_00_world_335.sql b/sql/updates/world/3.3.5/2018_01_17_00_world_335.sql new file mode 100644 index 00000000000..296ab2072ae --- /dev/null +++ b/sql/updates/world/3.3.5/2018_01_17_00_world_335.sql @@ -0,0 +1,5 @@ +DELETE FROM `spell_bonus_data` WHERE `entry` IN (379, 974, 52042); +INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES +(379, 0.4762, -1, -1, -1, 'Shaman - Earth Shield heal'), +(974, 0, 0, 0, 0, 'Shaman - Earth Shield'), +(52042, -1, 0, 0, 0, 'Shaman - Healing Stream Totem'); |
