diff options
| author | ariel- <ariel-@users.noreply.github.com> | 2016-09-12 01:27:06 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-12 01:27:06 -0300 |
| commit | b4469d480ee3fd8709dffd50aac615416c22739a (patch) | |
| tree | c3e5f1e11c1d1382dcb4137f052e09db2b7a1444 | |
| parent | 9250680680399e986736786bb6c3c2ff97ca5b9c (diff) | |
DB/Spell: Fix some set bonus scaling with spell power
| -rw-r--r-- | sql/updates/world/3.3.5/2016_09_11_02_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_09_11_02_world.sql b/sql/updates/world/3.3.5/2016_09_11_02_world.sql new file mode 100644 index 00000000000..ddfc1d4a8d7 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_09_11_02_world.sql @@ -0,0 +1,5 @@ +DELETE FROM `spell_bonus_data` WHERE `entry` IN (26170, 37382, 39373); +INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES +(26170, 0, 0, 0, 0, 'Oracular Heal (Priest AQ Set 3pc Bonus)'), +(37382, 0, 0, 0, 0, 'Pet Healing (Hunter & Warlock T5 Set 2pc Bonus'), +(39373, 0, 0, 0, 0, 'Shadowmend (Shadow''s Embrace Set 3pc Bonus'); |
